From 26f13a592f00c6b1f6bdb60dada57a8ffb8a4d92 Mon Sep 17 00:00:00 2001 From: tsmgeek Date: Thu, 17 Aug 2017 22:57:22 +0100 Subject: alter some eslint rules --- web/.eslintrc.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/web/.eslintrc.json b/web/.eslintrc.json index 03de808..84512e8 100644 --- a/web/.eslintrc.json +++ b/web/.eslintrc.json @@ -18,7 +18,12 @@ "rules": { "indent": ["error", 4, { - "SwitchCase":1 + "SwitchCase":1, + "VariableDeclarator":2, + "CallExpression":{ + "arguments": 2 + }, + "MemberExpression": 2 } ], "comma-spacing": [2, -- cgit v1.2.3