aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorilyayudovin <ilyayudovin123.@mail.com>2020-06-07 02:58:36 +0300
committerilyayudovin <ilyayudovin123.@mail.com>2020-06-07 02:58:36 +0300
commit4d3e2f0d19c1957feeebda7f476f4d56b377b86e (patch)
tree4f33a5d3db3f76aca40d4db94f07dc5dc9090efb /.eslintrc.json
parente8b723ae4f046c9f0bee667569e08f7a856855f2 (diff)
downloadwhich-ui-4d3e2f0d19c1957feeebda7f476f4d56b377b86e.tar.gz
fix: fixing all eslint errors
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 0789840..746c3b9 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": 120 }],
+ "max-len": ["error", { "code": 140 }],
"arrow-parens": [2, "as-needed"],
"comma-dangle": ["error", "never"],
"arrow-body-style": 0,