mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
chore(eslint): enables recommended eslint rules for testing-library and jest-dom (#42817)
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@
|
||||
"plugins": ["@typescript-eslint"]
|
||||
},
|
||||
{
|
||||
"files": ["./tools/ui-components/**/*.test.[jt]s?(x)"],
|
||||
"files": ["./tools/ui-components/**/*.test.[jt]s?(x)", "./client/**/*.test.[jt]s?(x)"],
|
||||
"extends": ["plugin:testing-library/react", "plugin:jest-dom/recommended"]
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user