{ "rules": { "callable-types": true, "class-name": true, "comment-format": [ true, "check-space" ], "forin": true, "import-blacklist": [ true, "rxjs" ], "import-spacing": true, "indent": [ true, "spaces" ], "label-position": true, "member-access": false, "no-arg": true, "no-bitwise": true, "no-console": [ true, "debug", "info", "time", "timeEnd", "trace" ], "no-construct": true, "no-debugger": true, "no-duplicate-variable": true, "no-empty": false, "no-eval": true, "no-inferrable-types": true, "no-shadowed-variable": false, "no-string-literal": false, "no-string-throw": true, "no-switch-case-fall-through": true, "no-unused-expression": true, "no-use-before-declare": true, "no-var-keyword": true, "object-literal-sort-keys": false, "quotemark": [ false, "single" ], "semicolon": [ "always" ], "triple-equals": [ true, "allow-null-check" ], "typeof-compare": true, "unified-signatures": true, "variable-name": false }, "rulesDirectory": [ "node_modules/tslint-eslint-rules/dist/rules" ] }