remove duplicate eslint rule

This commit is contained in:
2023-06-21 13:20:47 +02:00
parent 6f85e223d0
commit 89bf501a2f
+1 -7
View File
@@ -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'
]
}
}