diff --git a/.eslintrc.js b/.eslintrc.js index fdacce9..cb126e0 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -20,11 +20,5 @@ module.exports = { 'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off', '@typescript-eslint/indent': ['error', 2], camelcase: 0 - }, - - extends: [ - 'plugin:vue/vue3-essential', - '@vue/standard', - '@vue/typescript/recommended' - ] + } }