aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2020-06-14 03:04:38 +0300
committereug-vs <eug-vs@keemail.me>2020-06-14 03:04:38 +0300
commitf338f879a08945056dc6d35d3bb333e7d6cb0840 (patch)
treebb7ecb7fd156f22ea576cbb337c830efb0060243 /.eslintrc.json
parent3969face39ecc933b1cb9c7625be921d148552cb (diff)
downloadwhich-ui-f338f879a08945056dc6d35d3bb333e7d6cb0840.tar.gz
style: resolve eslint errors
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 77aae50..75a787c 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -19,11 +19,11 @@
"arrow-body-style": 0,
"no-underscore-dangle": 0,
"no-cond-assign": 0,
+ "no-nested-ternary": 0,
"linebreak-style": 0,
"react/prop-types": 0,
"react/no-children-prop": 0,
"react/no-danger": 0,
- "react/jsx-one-expression-per-line": 0,
- "prefer-destructuring": ["error", {"object": false, "array": true}]
+ "react/jsx-one-expression-per-line": 0
}
}