Skip to content

Commit

Permalink
ci: add eslint-plugin-regexp
Browse files Browse the repository at this point in the history
Signed-off-by: rare-magma <[email protected]>
  • Loading branch information
rare-magma committed Apr 24, 2024
1 parent 3fcef04 commit c70ca43
Show file tree
Hide file tree
Showing 4 changed files with 143 additions and 2 deletions.
2 changes: 2 additions & 0 deletions eslint.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module.exports = {
"plugin:react/recommended",
"plugin:react/jsx-runtime",
"plugin:react-hooks/recommended",
"plugin:regexp/recommended",
"plugin:prettier/recommended",
"plugin:@typescript-eslint/recommended-type-checked",
"plugin:@typescript-eslint/recommended-requiring-type-checking",
Expand All @@ -16,6 +17,7 @@ module.exports = {
"react",
"react-hooks",
"react-refresh",
"regexp",
"@typescript-eslint",
"testing-library",
"jsx-a11y",
Expand Down
81 changes: 80 additions & 1 deletion 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 @@ -82,6 +82,7 @@
"eslint-plugin-react": "7.34.1",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-refresh": "0.4.5",
"eslint-plugin-regexp": "2.5.0",
"eslint-plugin-testing-library": "6.1.2",
"eslint-plugin-vitest": "0.5.4",
"jsdom": "22.1.0",
Expand Down
61 changes: 60 additions & 1 deletion pnpm-lock.yaml

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

0 comments on commit c70ca43

Please sign in to comment.