mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -05:00
refactor: remove unused vars (#59658)
This commit is contained in:
committed by
GitHub
parent
9d2701b1ab
commit
5ef98680f9
@@ -116,7 +116,6 @@ export default tseslint.config(
|
||||
'react/prop-types': 'off',
|
||||
'react/jsx-no-useless-fragment': 'error',
|
||||
'no-only-tests/no-only-tests': 'error',
|
||||
'no-unused-vars': 'off',
|
||||
'no-unused-expressions': 'error', // This is so the js rules are more in line with the ts rules
|
||||
'filenames-simple/naming-convention': ['warn']
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user