Skip to content

Commit bde3801

Browse files
authored
Merge pull request #9 from wayofdev/fix/eslint
2 parents b3fa84e + aaaa3cb commit bde3801

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

packages/eslint-config/index.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ module.exports = {
1313
Note: depends on eslint-plugin-import to work
1414
*/
1515
'airbnb-base',
16-
/*
17-
Needed to avoid warning in next.js build:
18-
'The Next.js plugin was not detected in your ESLint configuration'
19-
*/
20-
"next/core-web-vitals",
2116
/*
2217
Enables eslint-plugin-prettier and displays prettier errors as
2318
ESLint errors. Make sure this is always the last configuration

packages/eslint-config/ts.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ module.exports = {
1919
and eslint-plugin-import to work
2020
*/
2121
'airbnb-typescript/base',
22-
/*
23-
Needed to avoid warning in next.js build:
24-
'The Next.js plugin was not detected in your ESLint configuration'
25-
*/
26-
"next/core-web-vitals",
2722
/*
2823
Enables eslint-plugin-prettier and displays prettier errors as
2924
ESLint errors. Make sure this is always the last configuration

0 commit comments

Comments
 (0)