浏览代码

feat(webapp): enable lint rule `vue/multi-word-component-names`

Rotzbua 2 年之前
父节点
当前提交
fa116262f9
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      www/webapp/.eslintrc.js

+ 0 - 1
www/webapp/.eslintrc.js

@@ -13,7 +13,6 @@ module.exports = {
   rules: {
     'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
     'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
-    'vue/multi-word-component-names': 'off',
     'vue/v-bind-style': 'warn',
     'vue/v-on-style': 'warn',
     'vue/v-slot-style': 'warn',