Updated nextjs version
This commit is contained in:
@@ -9,8 +9,8 @@ const compat = new FlatCompat({
|
||||
baseDirectory: __dirname
|
||||
})
|
||||
|
||||
const eslintConfig = [
|
||||
...compat.extends("next/core-web-vitals", "next/typescript")
|
||||
]
|
||||
const eslintConfig = [{
|
||||
ignores: ["node_modules/**", ".next/**", "out/**", "build/**", "next-env.d.ts"]
|
||||
}, ...compat.extends("next/core-web-vitals", "next/typescript")]
|
||||
|
||||
export default eslintConfig
|
||||
|
||||
Reference in New Issue
Block a user