diff options
author | ilyayudovin <ilyayudovin123.@mail.com> | 2020-06-07 15:26:20 +0300 |
---|---|---|
committer | ilyayudovin <ilyayudovin123.@mail.com> | 2020-06-07 15:26:20 +0300 |
commit | 9f3d7a362a2d15d72afd9852e115fff39b960acb (patch) | |
tree | 23811fa587423010e453a10e2def1ef5fa527b49 /.eslintrc.json | |
parent | 4d3e2f0d19c1957feeebda7f476f4d56b377b86e (diff) | |
download | which-ui-9f3d7a362a2d15d72afd9852e115fff39b960acb.tar.gz |
fix:fixing imports and max-len eslint
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 2 |
1 files changed, 1 insertions, 1 deletions
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, |