Skip to content

Commit

Permalink
feat(regexp): bump eslint-plugin-regexp from 1.1.0 to 1.3.1 (#985)
Browse files Browse the repository at this point in the history
Bumps [eslint-plugin-regexp](https://github.com/ota-meshi/eslint-plugin-regexp) from 1.1.0 to 1.3.1.
- [Release notes](https://github.com/ota-meshi/eslint-plugin-regexp/releases)
- [Commits](ota-meshi/eslint-plugin-regexp@v1.1.0...v1.3.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-regexp
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

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 Sep 27, 2021
1 parent 3e27e64 commit f7bea29
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 10 deletions.
48 changes: 39 additions & 9 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.25.1",
"eslint-plugin-react-hooks": "^4.2.0",
"eslint-plugin-regexp": "^1.1.0"
"eslint-plugin-regexp": "^1.3.1"
},
"devDependencies": {
"@tsconfig/node12": "^1.0.9",
Expand Down
7 changes: 7 additions & 0 deletions rules/plugins/regexp.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,21 @@ module.exports = {
rules: {
"regexp/hexadecimal-escape": "off",
"regexp/letter-case": "off",
"regexp/no-contradiction-with-assertion": "error",
"regexp/no-control-character": "error",
"regexp/no-empty-character-class": "error",
"regexp/no-misleading-unicode-character": "error",
"regexp/no-octal": "error",
"regexp/no-standalone-backslash": "error",
"regexp/no-super-linear-move": "warn",
"regexp/prefer-escape-replacement-dollar-char": "error",
"regexp/prefer-lookaround": "error",
"regexp/prefer-named-backreference": "error",
"regexp/prefer-named-capture-group": "error",
"regexp/prefer-quantifier": "error",
"regexp/prefer-regexp-exec": "error",
"regexp/prefer-regexp-test": "error",
"regexp/require-unicode-regexp": "error",
"regexp/sort-alternatives": "off",
"regexp/sort-character-class-elements": "warn",
"regexp/unicode-escape": "off",
Expand Down

0 comments on commit f7bea29

Please sign in to comment.