Reinstate existing Next.js Eslint configuration extends
This commit is contained in:
@@ -6,7 +6,7 @@ const compat = new FlatCompat({
|
|||||||
|
|
||||||
const nextEslintConfig = [
|
const nextEslintConfig = [
|
||||||
...compat.config({
|
...compat.config({
|
||||||
extends: ['plugin:@next/next/recommended'],
|
extends: ['next/core-web-vitals', 'next/typescript'],
|
||||||
rules: {
|
rules: {
|
||||||
'@next/next/no-html-link-for-pages': 'off',
|
'@next/next/no-html-link-for-pages': 'off',
|
||||||
'no-undef': 'off'
|
'no-undef': 'off'
|
||||||
|
|||||||
Reference in New Issue
Block a user