ESLint: add ignores
This commit is contained in:
parent
b1c8e8c414
commit
841e1b735b
@ -15,6 +15,6 @@ export const config = [
|
||||
},
|
||||
},
|
||||
{
|
||||
ignores: ['dist/**', '**/turbo/**'],
|
||||
ignores: ['dist/**', '**/turbo/**', '**/.turbo/**'],
|
||||
},
|
||||
];
|
||||
|
||||
@ -6,4 +6,10 @@ import awesome from '@vchikalkin/eslint-config-awesome';
|
||||
*
|
||||
* @type {import("eslint").Linter.Config}
|
||||
* */
|
||||
export const nextJsConfig = [...baseConfig, ...awesome['react-typescript']];
|
||||
export const nextJsConfig = [
|
||||
...baseConfig,
|
||||
...awesome['react-typescript'],
|
||||
{
|
||||
ignores: ['**/.next/**'],
|
||||
},
|
||||
];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user