UNPKG

react-healthy

Version:

Incrementally check and alert your users to the health of your APIs

12 lines (11 loc) 277 B
{ "extends": ["tslint:recommended", "tslint-config-prettier"], "rules": { "no-console": { "severity": "warning", "options": ["debug", "info", "log", "time", "timeEnd", "trace"] }, "interface-name": false, "object-literal-sort-keys": false } }