Skip to content

Commit

Permalink
eslintrcのextendsにprettierの設定を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
bass559 committed Jan 30, 2022
1 parent 74e4453 commit 9f0d1e1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .eslintrc.json
Expand Up @@ -3,12 +3,9 @@
"env": {
"node": true
},
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended"
],
"extends": ["plugin:vue/vue3-essential", "eslint:recommended", "prettier"],
"parserOptions": {
"parser": "babel-eslint"
},
"rules": {}
}
}

0 comments on commit 9f0d1e1

Please sign in to comment.