fix(lint): revert bad lint rule again

This commit is contained in:
SabreCat 2023-01-31 10:59:53 -06:00
parent 4d953890c3
commit 0f9b6ab591

View file

@ -14,10 +14,6 @@ module.exports = {
// TODO find a way to let eslint understand webpack aliases
'import/no-unresolved': 'off',
'import/extensions': 'off',
'vue/component-tags-order': ['warn', {
order: [ 'template', 'style', 'script' ],
}],
'vue/no-mutating-props': 'warn',
'vue/no-v-html': 'off',
'vue/html-self-closing': ['error', {
html: {