Newer
Older
vue3-front / .eslintrc
dutingting on 5 Dec 2022 290 bytes 流程编辑搭建
{
  "extends": "@antfu",
  "rules": {
    "curly": ["error", "all"],
    "no-tabs":"off",
    "no-const-assign": "off",
    "no-console": "off",
    "vue/component-name-in-template-casing": ["error", "kebab-case", {
      "registeredComponentsOnly": false,
      "ignores": []
    }]
  }
}