Skip to content

Commit

Permalink
chore(.eslintrc): sort extends array
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Jul 7, 2023
1 parent fa353db commit 6a4e5fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Expand Up @@ -5,8 +5,8 @@ module.exports = {
},
extends: [
"airbnb-base",
"plugin:promise/recommended",
"plugin:jsdoc/recommended",
"plugin:promise/recommended",
"plugin:security/recommended",
"plugin:security-node/recommended",
"prettier",
Expand Down

0 comments on commit 6a4e5fa

Please sign in to comment.