From 51e3cc240f42c29a4d4fe632a8d70b1e0a2c921e Mon Sep 17 00:00:00 2001 From: Adi Dahiya Date: Wed, 2 Aug 2017 12:49:16 +0530 Subject: [PATCH] Enabled new rules in built-in config --- tslint-react.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tslint-react.json b/tslint-react.json index d84996b..4e33419 100644 --- a/tslint-react.json +++ b/tslint-react.json @@ -4,6 +4,8 @@ "jsx-alignment": true, "jsx-boolean-value": true, "jsx-curly-spacing": [true, "never"], + "jsx-equals-spacing": [true, "never"], + "jsx-key": true, "jsx-no-bind": true, "jsx-no-lambda": true, "jsx-no-multiline-js": true,