chore(eslint): enables recommended eslint rules for testing-library and jest-dom (#42817)

This commit is contained in:
Anirudh Modi
2021-07-20 19:51:16 +05:30
committed by GitHub
parent a368e7f277
commit ef3b7ec955
20 changed files with 184 additions and 163 deletions
+1 -1
View File
@@ -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"]
}
]