updated dependencies
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import { defineConfig, globalIgnores } from 'eslint/config'
|
||||
import nextCoreWebVitals from 'eslint-config-next/core-web-vitals'
|
||||
import nextTypescript from 'eslint-config-next/typescript'
|
||||
|
||||
export default defineConfig([
|
||||
globalIgnores(['.next/**', 'node_modules/**', 'next-env.d.ts']),
|
||||
nextCoreWebVitals,
|
||||
nextTypescript,
|
||||
])
|
||||
Reference in New Issue
Block a user