diff --git a/.eslintrc.js b/.eslintrc.js index b792f68d8..14c73fcdc 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -22,7 +22,6 @@ module.exports = { // order matters: from least important to most important in terms of overriding // Prettier + Vue: https://medium.com/@gogl.alex/how-to-properly-set-up-eslint-with-prettier-for-vue-or-nuxt-in-vscode-e42532099a9c extends: [ - 'prettier/vue', 'prettier', 'eslint:recommended', 'plugin:vue/recommended',