From 4d101491da094418a768ff2f44be1ca85fd85922 Mon Sep 17 00:00:00 2001 From: Markus Hatvan Date: Thu, 22 Aug 2019 21:17:34 +0200 Subject: Remaining JS linting TODO (#29289) * Enable and fix all occurrences with no-mixed-operators rule * Take care of the max-depth warning in button.js Signed-off-by: mhatvan --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.eslintrc.json') diff --git a/.eslintrc.json b/.eslintrc.json index c4ae0d667..54e952e36 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -27,7 +27,7 @@ "always-multiline" ], "new-cap": "off", - "no-mixed-operators": "off", + "no-mixed-operators": "error", "object-curly-spacing": [ "error", "always" -- cgit v1.2.3