strapi #3
1 changed files with 3 additions and 0 deletions
|
|
@ -8,6 +8,9 @@ import ts from 'typescript-eslint';
|
||||||
const gitignorePath = fileURLToPath(new URL('./.gitignore', import.meta.url));
|
const gitignorePath = fileURLToPath(new URL('./.gitignore', import.meta.url));
|
||||||
|
|
||||||
export default ts.config(
|
export default ts.config(
|
||||||
|
{
|
||||||
|
ignores: ['./strapi']
|
||||||
|
},
|
||||||
includeIgnoreFile(gitignorePath),
|
includeIgnoreFile(gitignorePath),
|
||||||
js.configs.recommended,
|
js.configs.recommended,
|
||||||
...ts.configs.recommended,
|
...ts.configs.recommended,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue