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 513f940 commit 18f1b31Copy full SHA for 18f1b31
package.json
@@ -46,7 +46,7 @@
46
"eslint": ">=6.0.0"
47
},
48
"devDependencies": {
49
- "@ota-meshi/eslint-plugin": "^0.5.0",
+ "@ota-meshi/eslint-plugin": "^0.6.0",
50
"@types/eslint": "^7.2.0",
51
"@types/eslint-scope": "^3.7.0",
52
"@types/estree": "^0.0.47",
tests/lib/utils/regexp-ast.ts
@@ -12,6 +12,7 @@ eslint-disable
12
regexp/no-useless-range,
13
regexp/prefer-quantifier,
14
regexp/letter-case,
15
+ regexp/no-dupe-disjunctions,
16
--------------------------------------------- ignore */
17
import assert from "assert"
18
import { parseRegExpLiteral } from "regexpp"
0 commit comments