Skip to content

Commit

Permalink
feat: Added support for eslint-plugin-regex
Browse files Browse the repository at this point in the history
  • Loading branch information
joncursi committed Sep 26, 2024
1 parent 16a7000 commit ab6c5a7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"eslint-plugin-promise": "^6.6.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-regex": "1.10.0",
"eslint-plugin-security": "^1.7.1",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-storybook": "^0.9.0",
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ const baseConfig = {
'promise',
'react',
'react-hooks',
'regex',
'security',
'sort-keys-fix',
],
Expand Down

0 comments on commit ab6c5a7

Please sign in to comment.