Skip to content

Commit b40ce85

Browse files
committed
Added additional ESLint directives to TypeScript files from NextJS
1 parent b053492 commit b40ce85

File tree

2 files changed

+10
-202
lines changed

2 files changed

+10
-202
lines changed

.eslintrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
}
1919
],
20-
"extends": ["next/core-web-vitals", "plugin:@typescript-eslint/recommended", "plugin:@typescript-eslint/strict", "plugin:jsx-a11y/strict", "airbnb"],
20+
"extends": ["next/core-web-vitals", "next/typescript", "plugin:@typescript-eslint/recommended", "plugin:@typescript-eslint/strict", "plugin:jsx-a11y/strict", "airbnb"],
2121
"plugins": ["@typescript-eslint"],
2222
"parser": "@typescript-eslint/parser",
2323
"rules": {

package-lock.json

Lines changed: 9 additions & 201 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)