From 9f3d7a362a2d15d72afd9852e115fff39b960acb Mon Sep 17 00:00:00 2001 From: ilyayudovin Date: Sun, 7 Jun 2020 15:26:20 +0300 Subject: fix:fixing imports and max-len eslint --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.eslintrc.json') diff --git a/.eslintrc.json b/.eslintrc.json index 746c3b9..0789840 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -12,7 +12,7 @@ "jsx-quotes": ["error", "prefer-double"], "quotes": ["error", "single"], "no-multiple-empty-lines": [2, { "max": 2, "maxEOF": 1 } ], - "max-len": ["error", { "code": 140 }], + "max-len": ["error", { "code": 120 }], "arrow-parens": [2, "as-needed"], "comma-dangle": ["error", "never"], "arrow-body-style": 0, -- cgit v1.2.3