Newer
Older
smart-metering-front / .eslintrc
Stephanie on 2 Dec 2022 265 bytes fix<views>:修改eslint规则
{
  "extends": "@antfu",
  "rules": {
    "curly": ["error", "all"],
    "no-tabs":"off",
    "no-const-assign": "off",
    "vue/component-name-in-template-casing": ["error", "kebab-case", {
      "registeredComponentsOnly": false,
      "ignores": []
    }]
  }
}