diff --git a/tslint.json b/tslint.json index 57f5225bc35820327b27c2561111124ca16d8ca4..16e9854d6dc480650fb2c6f3f3c85782c97a3d31 100644 --- a/tslint.json +++ b/tslint.json @@ -1,4 +1,7 @@ { + "extends": [ + "tslint-eslint-rules" + ], "rulesDirectory": [ "node_modules/codelyzer" ], @@ -118,6 +121,10 @@ "check-type", "check-module" ], + "object-curly-spacing": [ + true, + "always" + ], "directive-selector": [ true, "attribute",