Skip to content

Commit

Permalink
eslint recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Jul 3, 2022
1 parent 3dfced1 commit 2311755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"sourceType": "module"
},
"plugins": ["prettier", "unicorn"],
"extends": "plugin:unicorn/recommended",
"extends": ["eslint:recommended", "plugin:unicorn/recommended"],
"rules": {
"prettier/prettier": [
"error",
Expand Down

0 comments on commit 2311755

Please sign in to comment.