Skip to content

Commit

Permalink
feat(deps): bump eslint-plugin-regexp from 1.11.0 to 1.12.0 (#1183)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Masafumi Koba <473530+ybiquitous@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and ybiquitous authored Feb 2, 2023
1 parent b211399 commit b60d40e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-regexp": "^1.11.0"
"eslint-plugin-regexp": "^1.12.0"
},
"devDependencies": {
"@eslint/eslintrc": "^1.3.3",
Expand Down
1 change: 1 addition & 0 deletions rules/plugins/regexp.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ module.exports = {
"regexp/no-control-character": "error",
"regexp/no-empty-character-class": "error",
"regexp/no-extra-lookaround-assertions": "error",
"regexp/no-misleading-capturing-group": "error",
"regexp/no-misleading-unicode-character": "error",
"regexp/no-missing-g-flag": "error",
"regexp/no-octal": "error",
Expand Down

0 comments on commit b60d40e

Please sign in to comment.