Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Commit

Permalink
build(deps-dev): add eslint-plugin-regexp
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Jul 8, 2023
1 parent c02fd51 commit be83e27
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = {
"airbnb-base",
"plugin:jsdoc/recommended",
"plugin:promise/recommended",
"plugin:regexp/recommended",
"plugin:security/recommended",
"plugin:security-node/recommended",
"prettier",
Expand Down Expand Up @@ -34,7 +35,14 @@ module.exports = {
parserOptions: {
ecmaVersion: 2022,
},
plugins: ["import", "jsdoc", "promise", "security", "security-node"],
plugins: [
"import",
"jsdoc",
"promise",
"regexp",
"security",
"security-node",
],
root: true,
rules: {
"import/no-extraneous-dependencies": "error",
Expand Down
77 changes: 77 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 @@ -89,6 +89,7 @@
"eslint-plugin-jest": "^27.2.2",
"eslint-plugin-jsdoc": "^46.4.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-regexp": "^1.15.0",
"eslint-plugin-security": "^1.7.1",
"eslint-plugin-security-node": "^1.1.1",
"glob": "^10.3.1",
Expand Down

0 comments on commit be83e27

Please sign in to comment.