Chore: Prevent focused tests by adding jest eslint rule (#45088)

* Prevent focused tests by adding jest eslint rule

* Remove redundant no-only-tests eslint plugin

* Update lock file
This commit is contained in:
Connor Lindsey
2022-02-11 15:59:30 +01:00
committed by GitHub
parent 3da0434e64
commit cd05ee0054
3 changed files with 23 additions and 13 deletions
+1 -1
View File
@@ -171,9 +171,9 @@
"enzyme-to-json": "3.6.2",
"eslint": "8.8.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-jest": "^26.1.0",
"eslint-plugin-jsdoc": "37.8.0",
"eslint-plugin-lodash": "^7.2.0",
"eslint-plugin-no-only-tests": "2.6.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "4.3.0",