mirror of
https://github.com/dyzulk/trustlab.git
synced 2026-01-26 13:32:06 +07:00
First commit
This commit is contained in:
13
eslint.config.mjs
Normal file
13
eslint.config.mjs
Normal file
@@ -0,0 +1,13 @@
|
||||
// eslint.config.mjs
|
||||
import { defineConfig, globalIgnores } from 'eslint/config'
|
||||
import nextConfig from 'eslint-config-next/core-web-vitals'
|
||||
|
||||
export default defineConfig([
|
||||
...nextConfig,
|
||||
globalIgnores([
|
||||
'.next/**',
|
||||
'out/**',
|
||||
'build/**',
|
||||
'next-env.d.ts'
|
||||
]),
|
||||
])
|
||||
Reference in New Issue
Block a user