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));
|
||||
|
||||
export default ts.config(
|
||||
{
|
||||
ignores: ['./strapi']
|
||||
},
|
||||
includeIgnoreFile(gitignorePath),
|
||||
js.configs.recommended,
|
||||
...ts.configs.recommended,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue