Newer
Older
vue3-front / .eslintrc
Stephanie on 1 Dec 2022 125 bytes first commit
{
  "extends": "@antfu",
  "rules": {
    "curly": ["error", "all"],
    "no-tabs":"off",
    "no-const-assign": "off"
  }
}