Skip to content

Commit 22c64f6

Browse files
author
David Brockman Smoliansky
authored
fix(config): remove no-div-regex
`no-div-regex` collides with `no-useless-escape` and `no-useless-escape` is more helpful.
1 parent 3e825dc commit 22c64f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ module.exports = {
5959
"no-control-regex": 2,
6060
"no-debugger": 2,
6161
"no-delete-var": 2,
62-
"no-div-regex": 2,
6362
"no-dupe-args": 2,
6463
"no-dupe-class-members": 2,
6564
"no-dupe-keys": 2,

0 commit comments

Comments
 (0)