aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorilyayudovin <ilyayudovin123.@mail.com>2020-06-07 15:26:20 +0300
committerilyayudovin <ilyayudovin123.@mail.com>2020-06-07 15:26:20 +0300
commit9f3d7a362a2d15d72afd9852e115fff39b960acb (patch)
tree23811fa587423010e453a10e2def1ef5fa527b49 /.eslintrc.json
parent4d3e2f0d19c1957feeebda7f476f4d56b377b86e (diff)
downloadwhich-ui-9f3d7a362a2d15d72afd9852e115fff39b960acb.tar.gz
fix:fixing imports and max-len eslint
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json2
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,