Update .eslintrc.js
This commit is contained in:
parent
a3fe91bef5
commit
122f145246
|
@ -22,7 +22,6 @@ module.exports = {
|
||||||
// order matters: from least important to most important in terms of overriding
|
// 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
|
// Prettier + Vue: https://medium.com/@gogl.alex/how-to-properly-set-up-eslint-with-prettier-for-vue-or-nuxt-in-vscode-e42532099a9c
|
||||||
extends: [
|
extends: [
|
||||||
'prettier/vue',
|
|
||||||
'prettier',
|
'prettier',
|
||||||
'eslint:recommended',
|
'eslint:recommended',
|
||||||
'plugin:vue/recommended',
|
'plugin:vue/recommended',
|
||||||
|
|
Loading…
Reference in New Issue