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