chore: update eslint config

ignore path voor .github veranderd
This commit is contained in:
Timo De Meyst 2025-02-28 20:59:30 +01:00
parent 3287539419
commit f5348c6848

View file

@ -16,7 +16,7 @@ export default [
prettierConfig, prettierConfig,
includeIgnoreFile(gitignorePath), includeIgnoreFile(gitignorePath),
{ {
ignores: ['**/dist/**', '**/.node_modules/**', '**/coverage/**', '/.github/**'], ignores: ['**/dist/**', '**/.node_modules/**', '**/coverage/**', '**/.github/**'],
files: [ files: [
"**/*.ts", "**/*.ts",
"**/*.cts", "**/*.cts",