mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -05:00
refactor: migrate (some) curriculum files to TypeScript (#62228)
Co-authored-by: Huyen Nguyen <25715018+huyenltnguyen@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
0d44fff1ff
commit
4a635c1b32
@@ -33,10 +33,12 @@ export default tseslint.config(
|
||||
'client/.cache/**/*',
|
||||
'client/public/**/*',
|
||||
'shared/**/*.js',
|
||||
'shared/**/*.d.ts',
|
||||
'docs/**/*.md',
|
||||
'**/playwright*.config.ts',
|
||||
'playwright/**/*',
|
||||
'shared-dist/**/*'
|
||||
'shared-dist/**/*',
|
||||
'curriculum/dist/**/*'
|
||||
]
|
||||
},
|
||||
js.configs.recommended,
|
||||
|
||||
Reference in New Issue
Block a user