Skip to content

Commit 18f1b31

Browse files
renovate[bot]renovate-botota-meshi
authored
Update dependency @ota-meshi/eslint-plugin to ^0.6.0 (#78)
* Update dependency @ota-meshi/eslint-plugin to ^0.6.0 * fix Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: yosuke ota <[email protected]>
1 parent 513f940 commit 18f1b31

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"eslint": ">=6.0.0"
4747
},
4848
"devDependencies": {
49-
"@ota-meshi/eslint-plugin": "^0.5.0",
49+
"@ota-meshi/eslint-plugin": "^0.6.0",
5050
"@types/eslint": "^7.2.0",
5151
"@types/eslint-scope": "^3.7.0",
5252
"@types/estree": "^0.0.47",

tests/lib/utils/regexp-ast.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ eslint-disable
1212
regexp/no-useless-range,
1313
regexp/prefer-quantifier,
1414
regexp/letter-case,
15+
regexp/no-dupe-disjunctions,
1516
--------------------------------------------- ignore */
1617
import assert from "assert"
1718
import { parseRegExpLiteral } from "regexpp"

0 commit comments

Comments
 (0)