UNPKG

proactive-http-fetch

Version:

Proactive http fetch package

23 lines 840 B
{ "extends": "tslint:latest", "rules": { "curly": [false, "as-needed"], "quotemark": [true, "single"], "object-literal-sort-keys": false, "ordered-imports": [false], "whitespace": [true, "check-branch", "check-decl", "check-operator", "check-module", "check-separator", "check-type"], "interface-name": [true, "never-prefix"], "no-shadowed-variable": false, "no-string-literal": false, "no-var-keyword": true, "trailing-comma": [false], "member-ordering": ["fields-first"], "array-type": ["array-simple"], "arrow-parens": false, "max-classes-per-file": [false], "prefer-for-of": false, "prefer-conditional-expression": false, "no-implicit-dependencies": false, "no-trailing-whitespace": false } }