UNPKG

@fogwarts/tslint

Version:

A tslint configuration to rule them all!

11 lines (10 loc) 291 B
{ "extends": "node-tslint-rules/tslint.json", "rules": { "no-undef": false, "cyclomatic-complexity": [true, 6], "max-file-line-count": [true, 300], "newline-per-chained-call": false, "interface-name": [true, "always-prefix"] } }