unicorn-signup-component
Version:
Unicorn SignUp Component
16 lines • 459 B
Plain Text
{
"extends": "vue",
"rules" : {
"camelcase" : "off",
"no-console" : "error",
"one-var" : "off",
"no-inline-comments" : "off",
"func-names" : "off",
"curly": ["error", "multi-or-nest", "consistent"],
"brace-style": ["error", "1tbs", { "allowSingleLine": true }],
"warnIgnoredByDefault": "off",
"no-unused-vars": ["error", { "varsIgnorePattern": "should" }],
"indent": ["error", 2],
"max-len": ["error", 80]
}
}