From 617aa12304541cf1d80b2bf5567ac633958c38de Mon Sep 17 00:00:00 2001 From: Saivan Date: Mon, 26 Nov 2018 00:17:41 +1300 Subject: Reverted some of the lint rules after chatting with fuzzy This commit reverts some of the rules we added on the linter, it changed a lot of code again... but these won't happen too often. Changes ======= - Modified the linter again --- .eslintrc.yaml | 1 - 1 file changed, 1 deletion(-) (limited to '.eslintrc.yaml') diff --git a/.eslintrc.yaml b/.eslintrc.yaml index 6243075..c2212c7 100644 --- a/.eslintrc.yaml +++ b/.eslintrc.yaml @@ -7,4 +7,3 @@ rules: flatTernaryExpressions: true }] padded-blocks: off - space-in-parens: [ error, always ] -- cgit v1.2.3