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

Commit

Permalink
chore(.eslintrc): use legacy security ruleset
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Dec 18, 2023
1 parent b1fbfdd commit 5cb8f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
"plugin:jsdoc/recommended",
"plugin:promise/recommended",
"plugin:regexp/recommended",
"plugin:security/recommended",
"plugin:security/recommended-legacy",
"prettier",
],
overrides: [
Expand Down

0 comments on commit 5cb8f0f

Please sign in to comment.