Skip to content

Commit 7a5b39a

Browse files
committed
Slightly modify prettier config
1 parent d09ab21 commit 7a5b39a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.prettierrc.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
"endOfLine": "auto",
55
"overrides": [
66
{
7-
"files": [
8-
"examples/query/react/**/tsconfig*.json",
9-
"examples/action-listener/counter/**/tsconfig*.json"
10-
],
7+
"files": ["examples/**/tsconfig*.json"],
118
"options": { "parser": "json" }
129
}
1310
]

0 commit comments

Comments
 (0)