fix: update eslint config to include additional ignore patterns
This commit is contained in:
parent
daf1d50fd0
commit
221557d92d
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ const compat = new FlatCompat({
|
||||||
|
|
||||||
const eslintConfig = [
|
const eslintConfig = [
|
||||||
...compat.extends('next/core-web-vitals', 'next/typescript', 'prettier'),
|
...compat.extends('next/core-web-vitals', 'next/typescript', 'prettier'),
|
||||||
|
{
|
||||||
|
ignores: ['src/generated/**', '.next/**', 'public/**'],
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
export default eslintConfig;
|
export default eslintConfig;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue