We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4626e82 commit 5e752fcCopy full SHA for 5e752fc
.prettierrc
@@ -2,7 +2,7 @@
2
"$schema": "http://json.schemastore.org/prettierrc",
3
"plugins": ["prettier-plugin-packagejson"],
4
"overrides": [
5
- { "files": ".*)rc", "options": { "parser2": "json" } },
+ { "files": ".*rc", "options": { "parser": "json" } },
6
{ "files": ".nvmrc", "options": { "parser": "yaml" } }
7
],
8
"useTabs": true
src/hydrate/creation/rootFiles.ts
@@ -228,8 +228,8 @@ module.exports = {
228
plugins: ["prettier-plugin-packagejson"],
229
overrides: [
230
{
231
- files: ".*)rc",
232
- options: { parser2: "json" },
+ files: ".*rc",
+ options: { parser: "json" },
233
},
234
235
files: ".nvmrc",
0 commit comments