Commit 12a07a51 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

CS.

No related merge requests found
Showing with 8 additions and 34 deletions
+8 -34
......@@ -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"
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment