Skip to content

Commit

Permalink
Removed babel-eslint-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp committed Apr 20, 2022
1 parent d1832fc commit 3aea2ab
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1,027 deletions.
6 changes: 2 additions & 4 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module.exports = {
"extends": ["airbnb-base", "plugin:vue/base", "plugin:vue/essential", "plugin:vue/strongly-recommended"],
"parserOptions": {
"parser": "babel-eslint",
},
"extends": ["airbnb-base", "plugin:vue/base", "plugin:vue/vue3-essential", "plugin:vue/vue3-strongly-recommended"],
"parser": "vue-eslint-parser", // You don't need this line. It's just extra.
rules: {
"quotes": [
"error",
Expand Down
Loading

0 comments on commit 3aea2ab

Please sign in to comment.