Skip to content

Commit 9cb87d6

Browse files
committed
fix prettier config
1 parent 3801c45 commit 9cb87d6

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

package.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,16 @@
2222
"singleQuote": true,
2323
"trailingComma": "all",
2424
"useTabs": true,
25-
"arrowParens": "avoid"
25+
"arrowParens": "avoid",
26+
"overrides": [
27+
{
28+
"files": "package.json",
29+
"options": {
30+
"useTabs": false,
31+
"parser": "json-stringify"
32+
}
33+
}
34+
]
2635
},
2736
"lint-staged": {
2837
"{src,test}/**/*.js": [

0 commit comments

Comments
 (0)