From 72fc4105e204f64bc0a0aefe86be271513e89a04 Mon Sep 17 00:00:00 2001 From: Imarok Date: Thu, 19 Dec 2019 16:38:30 +0000 Subject: [PATCH] Linting: Remove "no-lone-blocks" rule for ESLint Lone blocks can help reading the code. Patch by: Krinkle Refs #5524 Differential Revision: https://code.wildfiregames.com/D2452 This was SVN commit r23261. --- build/jenkins/lint-config/eslintrc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/build/jenkins/lint-config/eslintrc.json b/build/jenkins/lint-config/eslintrc.json index e857f5db24..7ca3b3f3eb 100644 --- a/build/jenkins/lint-config/eslintrc.json +++ b/build/jenkins/lint-config/eslintrc.json @@ -32,7 +32,6 @@ "dot-notation": 1, "no-else-return": 1, "no-invalid-this": 1, - "no-lone-blocks": 1, "no-loop-func": 0, "no-multi-spaces": ["warn", { "ignoreEOLComments": true }], "no-new": 1,