File tree 3 files changed +10
-0
lines changed
3 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 235
235
"wrap-regex" : " Clarity" ,
236
236
"yoda" : " Clarity" ,
237
237
238
+ "jest/no-disabled-tests" : " Bug Risk" ,
239
+ "jest/no-focused-tests" : " Clarity" ,
240
+ "jest/no-identical-title" : " Clarity" ,
241
+ "jest/valid-expect" : " Bug Risk" ,
242
+
238
243
"jsdoc/check-param-names" : " Clarity" ,
239
244
"jsdoc/check-tag-names" : " Clarity" ,
240
245
"jsdoc/check-types" : " Clarity" ,
Original file line number Diff line number Diff line change 40
40
"eslint-plugin-import-order" : " ^2.1.4" ,
41
41
"eslint-plugin-inferno" : " ^6.10.4" ,
42
42
"eslint-plugin-jasmine" : " ^2.2.0" ,
43
+ "eslint-plugin-jest" : " ^19.0.1" ,
43
44
"eslint-plugin-jquery" : " ^1.1.1" ,
44
45
"eslint-plugin-jsdoc" : " ^3.0.0" ,
45
46
"eslint-plugin-jsx-a11y" : " ^4.0.0" ,
Original file line number Diff line number Diff line change @@ -785,6 +785,10 @@ eslint-plugin-jasmine@^2.2.0:
785
785
version "2.2.0"
786
786
resolved "https://registry.yarnpkg.com/eslint-plugin-jasmine/-/eslint-plugin-jasmine-2.2.0.tgz#7135879383c39a667c721d302b9f20f0389543de"
787
787
788
+ eslint-plugin-jest@^19.0.1 :
789
+ version "19.0.1"
790
+ resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-19.0.1.tgz#42a420e90e81aa74e162c16166e43a31b890eece"
791
+
788
792
eslint-plugin-jquery@^1.1.1 :
789
793
version "1.1.1"
790
794
resolved "https://registry.yarnpkg.com/eslint-plugin-jquery/-/eslint-plugin-jquery-1.1.1.tgz#b8f3d7a80c8cc8f93c40eca10adf7a54bbbb4bd6"
You can’t perform that action at this time.
0 commit comments