Explorar o código

♻ refactor: fix eslint bug

good luck %!s(int64=3) %!d(string=hai) anos
pai
achega
cb2bc078dd
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      .eslintrc.js

+ 1 - 0
.eslintrc.js

@@ -14,6 +14,7 @@ module.exports = {
     'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off',
     'vue/no-v-html': 'off',
     'vue/multi-word-component-names': 'off',
+    'vue/no-useless-template-attributes': 'off',
   },
   parserOptions: {
     parser: 'babel-eslint',