From ccf6ed16f1eeb05b77103bd44bc06ccbbbba9bdd Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 27 May 2016 17:25:52 +0200 Subject: Do not prefix private attributes --- client/tslint.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) (limited to 'client/tslint.json') diff --git a/client/tslint.json b/client/tslint.json index 8e4e3fca1..9653c965b 100644 --- a/client/tslint.json +++ b/client/tslint.json @@ -51,6 +51,23 @@ "use-pipe-transform-interface": true, "pipe-naming": [true, "camelCase", "my"], "component-class-suffix": true, - "directive-class-suffix": true + "directive-class-suffix": true, + + "typedef-whitespace": [ true, + { + "call-signature": "nospace", + "index-signature": "nospace", + "parameter": "nospace", + "property-declaration": "nospace", + "variable-declaration": "nospace" + } + ], + "whitespace": [ true, + "check-branch", + "check-decl", + "check-operator", + "check-separator", + "check-type" + ] } } -- cgit v1.2.3