UNPKG

@webbio/viper-core-utils

Version:

Webbio's error interface which is used in the Viper Project

18 lines 617 B
{ "defaultSeverity": "error", "extends": ["tslint:recommended", "tslint-clean-code", "tslint-config-airbnb"], "jsRules": {}, "rules": { "eofline": false, "typedef": [true, "call-signature", "parameter", "member-variable-declaration"], "ter-indent": [ true, 4, { "SwitchCase": 1 }], "import-name": false, "ter-arrow-parens": false, "no-shadowed-variable": false, "prefer-array-literal": false, "no-boolean-literal-compare": false, "variable-name": false, "object-literal-sort-keys": false }, "rulesDirectory": [] }