strapi #3

Merged
baobeld merged 7 commits from strapi into main 2025-05-03 23:35:06 -04:00
Showing only changes of commit 79e177fcc3 - Show all commits

View file

@ -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,