mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-09-21 17:01:11 +08:00
chore: ignore dist folders when linting (#62966)
This commit is contained in:
@@ -20,3 +20,4 @@ shared/utils/is-audited.js
|
||||
shared/utils/validate.js
|
||||
shared/utils/validate.test.js
|
||||
shared-dist
|
||||
dist
|
||||
|
||||
+1
-1
@@ -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