Skip to content

Commit 69bda03

Browse files
committed
add a comment in lint config
1 parent f4ba74e commit 69bda03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"extends": [
33
"next/core-web-vitals",
44
"plugin:@typescript-eslint/recommended",
5-
"prettier"
5+
"prettier" // prettier should always come last
66
],
77
"parser": "@typescript-eslint/parser",
88
"plugins": ["@typescript-eslint", "prettier"],

0 commit comments

Comments
 (0)