We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ba74e commit 69bda03Copy full SHA for 69bda03
.eslintrc.json
@@ -2,7 +2,7 @@
2
"extends": [
3
"next/core-web-vitals",
4
"plugin:@typescript-eslint/recommended",
5
- "prettier"
+ "prettier" // prettier should always come last
6
],
7
"parser": "@typescript-eslint/parser",
8
"plugins": ["@typescript-eslint", "prettier"],
0 commit comments