Skip to content

Commit

Permalink
Extend plugin:prettier/recommended directly
Browse files Browse the repository at this point in the history
  • Loading branch information
nickserv committed Jan 6, 2023
1 parent cd43771 commit 44eb40f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"root": true,
"plugins": ["prettier"],
"extends": ["prettier"],
"extends": "plugin:prettier/recommended",
"env": {
"es2020": true,
"node": true
Expand Down Expand Up @@ -39,7 +38,6 @@
"one-var": ["error", "never"],
"prefer-const": "error",
"prefer-promise-reject-errors": "error",
"prettier/prettier": "error",
"sort-keys": [
"error",
"asc",
Expand Down

0 comments on commit 44eb40f

Please sign in to comment.