kitchensink
Version:
Dispatch's awesome components and style guide
16 lines (14 loc) • 385 B
Plain Text
{
"env": {
"node": true
},
"rules": {
"quotes": [2, "single", "avoid-escape"],
"no-use-before-define": [2, "nofunc"],
"space-infix-ops": [2, { "int32Hint": false }],
"curly": [2, "multi-line"],
"comma-dangle": [2, "always-multiline"],
"//": "For Closure Library style parameter namings such as opt_optionalParam, var_args.",
"camelcase": 0
}
}