File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,6 @@ module.exports = {
13
13
Note: depends on eslint-plugin-import to work
14
14
*/
15
15
'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" ,
21
16
/*
22
17
Enables eslint-plugin-prettier and displays prettier errors as
23
18
ESLint errors. Make sure this is always the last configuration
Original file line number Diff line number Diff line change @@ -19,11 +19,6 @@ module.exports = {
19
19
and eslint-plugin-import to work
20
20
*/
21
21
'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" ,
27
22
/*
28
23
Enables eslint-plugin-prettier and displays prettier errors as
29
24
ESLint errors. Make sure this is always the last configuration
You can’t perform that action at this time.
0 commit comments