chore: ignore dist folders when linting (#62966)

This commit is contained in:
Oliver Eyton-Williams
2025-10-23 11:55:48 +02:00
committed by GitHub
parent 4a635c1b32
commit 8380c7c01f
2 changed files with 2 additions and 1 deletions

View File

@@ -20,3 +20,4 @@ shared/utils/is-audited.js
shared/utils/validate.js shared/utils/validate.js
shared/utils/validate.test.js shared/utils/validate.test.js
shared-dist shared-dist
dist

View File

@@ -38,7 +38,7 @@ export default tseslint.config(
'**/playwright*.config.ts', '**/playwright*.config.ts',
'playwright/**/*', 'playwright/**/*',
'shared-dist/**/*', 'shared-dist/**/*',
'curriculum/dist/**/*' '**/dist/**/*'
] ]
}, },
js.configs.recommended, js.configs.recommended,