Skip to content

Commit

Permalink
chore(.eslintrc): enable plugin:jest/style rules (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed May 12, 2022
1 parent f83f505 commit db557d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = {
"airbnb-base",
"plugin:promise/recommended",
"plugin:jest/recommended",
"plugin:jest/style",
"plugin:jsdoc/recommended",
"plugin:security/recommended",
"plugin:security-node/recommended",
Expand Down

0 comments on commit db557d3

Please sign in to comment.