Skip to content

Commit

Permalink
eslint:recommendedをextendsの先頭に移動
Browse files Browse the repository at this point in the history
  • Loading branch information
bass559 committed Jan 30, 2022
1 parent 3e68614 commit e88f665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Expand Up @@ -3,7 +3,7 @@
"env": {
"node": true
},
"extends": ["plugin:vue/vue3-recommended", "eslint:recommended", "prettier"],
"extends": ["eslint:recommended", "plugin:vue/vue3-recommended", "prettier"],
"parserOptions": {
"parser": "babel-eslint"
},
Expand Down

0 comments on commit e88f665

Please sign in to comment.