refactor: remove unused vars (#59658)

This commit is contained in:
Oliver Eyton-Williams
2025-04-10 17:06:46 +02:00
committed by GitHub
parent 9d2701b1ab
commit 5ef98680f9
18 changed files with 31 additions and 58 deletions

View File

@@ -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']
}