Skip to content

Commit b541574

Browse files
committed
Prettier in test files
1 parent 9a2bf49 commit b541574

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,20 @@
3131
"overrides": [
3232
{
3333
"files": [
34-
"src/**/*.ts"
34+
"src/**/*.ts",
35+
"test/**/*.ts"
3536
],
3637
"options": {
3738
"tabWidth": 4
3839
}
40+
},
41+
{
42+
"files": [
43+
"test/**/*.ts"
44+
],
45+
"options": {
46+
"singleQuote": true
47+
}
3948
}
4049
]
4150
},

0 commit comments

Comments
 (0)