UNPKG

trampoline-ts

Version:

A type-safe way to emulate tail-call optimization with trampolines

27 lines (26 loc) 512 B
{ "defaultSeverity": "error", "extends": [ "tslint:recommended" ], "rules": { "interface-name": false, "no-console": true, "no-default-export": true, "object-literal-sort-keys": false, "ordered-imports": false, "quotemark": [true, "single"], "trailing-comma": [ true, { "esSpecCompliant": true, "singleline": "never", "multiline": "always" } ] }, "rulesDirectory": [], "linterOptions": { "format": "codeFrame" } }