From 122f145246a0a03e6792d7f78b2f50a63bb5e9ef Mon Sep 17 00:00:00 2001 From: Preston Date: Tue, 2 Mar 2021 22:55:10 -0500 Subject: [PATCH] Update .eslintrc.js --- .eslintrc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.js b/.eslintrc.js index b792f68d..14c73fcd 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',