We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89cde7d commit 5e32110Copy full SHA for 5e32110
index.js
@@ -13,7 +13,10 @@ module.exports = {
13
14
"destructuring/in-methods-params": "error",
15
"compat/compat": "error",
16
- "test-names/blacklist-word-in-test-name": [2, "should"],
+ "test-names/blacklist-word-in-test-name": [
17
+ 2,
18
+ { words: ["should"], caseInsensitive: true }
19
+ ],
20
21
// Ternary
22
"no-nested-ternary": "error",
package.json
@@ -25,7 +25,7 @@
25
"eslint-plugin-import": "^1.13.0",
26
"eslint-plugin-jsx-max-len": "^1.0.0",
27
"eslint-plugin-prettier": "^2.0.1",
28
- "eslint-plugin-test-names": "^1.0.1",
+ "eslint-plugin-test-names": "^2.1.0",
29
"prettier": "^1.2.0"
30
},
31
"authors": [
0 commit comments