Skip to content

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 7, 2023
1 parent 6a4e5fa commit 4fbae66
Show file tree
Hide file tree
Showing 2 changed files with 10 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: 2019,
},
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
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,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 4fbae66

Please sign in to comment.