UNPKG

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

18 lines (15 loc) 321 B
{ "root": true, "extends": "@ljharb", "rules": { "eqeqeq": [2, "allow-null"], "func-name-matching": 1, "id-length": [2, { "min": 1, "max": 30 }], "max-statements": [2, 13], "max-statements-per-line": [2, { "max": 2 }], "no-magic-numbers": 0, "new-cap": 0, "no-extra-parens": 1, "sort-keys": 0 } }