fix: update eslint config to include additional ignore patterns
This commit is contained in:
parent
c13948129b
commit
1a9c92275a
1 changed files with 4 additions and 0 deletions
|
@ -11,6 +11,10 @@ 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