UNPKG

codecheck-type-coverage

Version:

Track missing type coverage in TypeScript projects to ensure type safety

14 lines (13 loc) 317 B
{ "extends": "typestrict", "rules": { "no-console": true, "no-debugger": true, "typedef": [true, "call-signature"], "mocha-avoid-only": true, "interface-name": [true, "never-prefix"], "no-commented-code": true, "no-use-before-declare": false, "restrict-plus-operands": false } }