Skip to content

Commit 36a02ed

Browse files
authored
Remove duplicate prettier.config.js settings from .eslintrc.json (#5087)
* chore: remove duplicate prettier.config.js settings from .eslintrc.json * chore: remove unnecessary brackets now that "prettier/prettier" rule is no longer an array -- this a purely cosmetic change
1 parent d5c87f9 commit 36a02ed

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.eslintrc.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,6 @@
1212
"camelcase": ["error", { "allow": ["^unstable_"] }],
1313
"no-unused-vars": [2, { "args": "all", "argsIgnorePattern": "^_" }],
1414
"no-warning-comments": 0,
15-
"prettier/prettier": [
16-
"error",
17-
{
18-
"semi": false,
19-
"singleQuote": true,
20-
"printWidth": 100,
21-
"tabWidth": 2,
22-
"useTabs": false,
23-
"trailingComma": "es5",
24-
"bracketSpacing": true,
25-
"parser": "flow"
26-
}
27-
]
15+
"prettier/prettier": "error"
2816
}
2917
}

0 commit comments

Comments
 (0)