charlike
Version:
Small, fast, simple and streaming project scaffolder for myself, but not only. Supports hundreds of template engines through the @JSTransformers API or if you want custom `render` function passed through options
19 lines (18 loc) • 363 B
Plain Text
{
"extends": "standard",
"rules": {
"brace-style": 0,
"comma-dangle": 0,
"indent": 0,
"no-duplicate-imports": 0,
"no-multiple-empty-lines": 0,
"no-path-concat": 0,
"no-throw-literal": 0,
"no-trailing-spaces": 0,
"no-unused-vars": 0,
"operator-linebreak": 0,
"padded-blocks": 0,
"quotes": 0,
"semi": 0
}
}