Skip to content

Commit 6cd1d69

Browse files
committed
Add overrides in prettier config for tsconfig files in CSB examples
1 parent 1e058cd commit 6cd1d69

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.prettierrc.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
22
"semi": false,
33
"singleQuote": true,
4-
"endOfLine": "auto"
4+
"endOfLine": "auto",
5+
"overrides": [
6+
{
7+
"files": [
8+
"examples/query/react/**/tsconfig*.json",
9+
"examples/action-listener/counter/**/tsconfig*.json"
10+
],
11+
"options": { "parser": "json" }
12+
}
13+
]
514
}

0 commit comments

Comments
 (0)