Skip to content

Commit

Permalink
feat(regexp): enable no-extra-lookaround-assertions and `no-missing…
Browse files Browse the repository at this point in the history
…-g-flag`
  • Loading branch information
ybiquitous committed Dec 1, 2022
1 parent 0bee4b7 commit 1034b0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rules/plugins/regexp.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ module.exports = {
"regexp/no-contradiction-with-assertion": "error",
"regexp/no-control-character": "error",
"regexp/no-empty-character-class": "error",
"regexp/no-extra-lookaround-assertions": "error",
"regexp/no-misleading-unicode-character": "error",
"regexp/no-missing-g-flag": "error",
"regexp/no-octal": "error",
"regexp/no-standalone-backslash": "error",
"regexp/no-super-linear-move": "warn",
Expand Down

0 comments on commit 1034b0f

Please sign in to comment.