diff --git a/tslint.json b/tslint.json index 65d6e53130a7598ba10cab9a45becb91477b2af8..b06578742b9a53881250f1757a14476854878a3a 100644 --- a/tslint.json +++ b/tslint.json @@ -5,22 +5,15 @@ "rxjs-tslint-rules", "tslint-config-prettier" ], - "rulesDirectory": [ - "tslint-plugin-prettier" - ], + "rulesDirectory": ["tslint-plugin-prettier"], "rules": { "arrow-return-shorthand": true, - "array-type": [ - true, - "array-simple" - ], + "array-type": [true, "array-simple"], "callable-types": true, "class-name": true, "comment-format": { "severity": "warning", - "options": [ - "check-space" - ] + "options": ["check-space"] }, "curly": true, "deprecation": { @@ -53,14 +46,7 @@ "no-bitwise": true, "no-console": { "severity": "warning", - "options": [ - "log", - "debug", - "info", - "time", - "timeEnd", - "trace" - ] + "options": ["log", "debug", "info", "time", "timeEnd", "trace"] }, "no-construct": true, "no-debugger": true, @@ -68,10 +54,7 @@ "no-empty": false, "no-empty-interface": true, "no-eval": true, - "no-inferrable-types": [ - true, - "ignore-params" - ], + "no-inferrable-types": [true, "ignore-params"], "no-misused-new": true, "no-non-null-assertion": true, "no-shadowed-variable": true, @@ -132,10 +115,7 @@ "rxjs-throw-error": { "severity": "warning" }, - "triple-equals": [ - true, - "allow-null-check" - ], + "triple-equals": [true, "allow-null-check"], "unified-signatures": true, "variable-name": false, "contextual-lifecycle": true, @@ -153,14 +133,8 @@ "template-no-negated-async": true, "use-lifecycle-interface": true, "use-pipe-transform-interface": true, - "component-class-suffix": [ - true, - "Component" - ], - "directive-class-suffix": [ - true, - "Directive" - ], + "component-class-suffix": [true, "Component"], + "directive-class-suffix": [true, "Directive"], "prettier": { "severity": "warning" }