mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 10:07:46 -05:00
chore: ignore dist folders when linting (#62966)
This commit is contained in:
committed by
GitHub
parent
4a635c1b32
commit
8380c7c01f
@@ -20,3 +20,4 @@ shared/utils/is-audited.js
|
||||
shared/utils/validate.js
|
||||
shared/utils/validate.test.js
|
||||
shared-dist
|
||||
dist
|
||||
|
||||
@@ -38,7 +38,7 @@ export default tseslint.config(
|
||||
'**/playwright*.config.ts',
|
||||
'playwright/**/*',
|
||||
'shared-dist/**/*',
|
||||
'curriculum/dist/**/*'
|
||||
'**/dist/**/*'
|
||||
]
|
||||
},
|
||||
js.configs.recommended,
|
||||
|
||||
Reference in New Issue
Block a user