mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -05:00
chore: stop overriding import rules for tests (#58733)
This commit is contained in:
committed by
GitHub
parent
f7e959af47
commit
6423813fa0
@@ -170,10 +170,7 @@ export default tseslint.config(
|
||||
extends: [
|
||||
testingLibraryPlugin.configs['flat/react'],
|
||||
jestDomPlugin.configs['flat/recommended']
|
||||
],
|
||||
rules: {
|
||||
'import/named': 2
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
files: ['e2e/*.ts'],
|
||||
|
||||
Reference in New Issue
Block a user