Skip to content

Commit 5e752fc

Browse files
Couple of small corrections
1 parent 4626e82 commit 5e752fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.prettierrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "http://json.schemastore.org/prettierrc",
33
"plugins": ["prettier-plugin-packagejson"],
44
"overrides": [
5-
{ "files": ".*)rc", "options": { "parser2": "json" } },
5+
{ "files": ".*rc", "options": { "parser": "json" } },
66
{ "files": ".nvmrc", "options": { "parser": "yaml" } }
77
],
88
"useTabs": true

src/hydrate/creation/rootFiles.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@ module.exports = {
228228
plugins: ["prettier-plugin-packagejson"],
229229
overrides: [
230230
{
231-
files: ".*)rc",
232-
options: { parser2: "json" },
231+
files: ".*rc",
232+
options: { parser: "json" },
233233
},
234234
{
235235
files: ".nvmrc",

0 commit comments

Comments
 (0)