We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b2048b commit 51f8618Copy full SHA for 51f8618
.prettierrc
@@ -9,6 +9,7 @@
9
"overrides": [
10
{ "files": ".eslintrc", "options": { "parser": "json" } },
11
{ "files": ".prettierrc", "options": { "parser": "json" } },
12
+ { "files": ".releaserc", "options": { "parser": "json" } },
13
{ "files": ".stylelintrc", "options": { "parser": "json" } }
14
]
15
}
0 commit comments