Cleanup
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
/** @type {import('eslint').Linter.Config} */
|
||||
const config = {
|
||||
extends: ["plugin:@next/next/recommended"],
|
||||
extends: ['plugin:@next/next/recommended'],
|
||||
rules: {
|
||||
"@next/next/no-html-link-for-pages": "off",
|
||||
'@next/next/no-html-link-for-pages': 'off',
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user