moving
This commit is contained in:
12
apps/www/eslint.config.mjs
Normal file
12
apps/www/eslint.config.mjs
Normal file
@@ -0,0 +1,12 @@
|
||||
import { defineConfig, globalIgnores } from 'eslint/config';
|
||||
import nextVitals from 'eslint-config-next/core-web-vitals';
|
||||
|
||||
export default defineConfig([
|
||||
...nextVitals,
|
||||
globalIgnores([
|
||||
'.next/**',
|
||||
'out/**',
|
||||
'build/**',
|
||||
'next-env.d.ts',
|
||||
]),
|
||||
]);
|
||||
Reference in New Issue
Block a user