summaryrefslogtreecommitdiff
path: root/.eslintrc.json
diff options
context:
space:
mode:
authoreug-vs <eug-vs@keemail.me>2021-03-17 03:46:21 +0300
committereug-vs <eug-vs@keemail.me>2021-03-17 03:46:21 +0300
commit2305464999fdccdb809ce425cda8346ddc3df493 (patch)
tree6e511f2fda9f019ecb6cddde8ec079c2ef0a278b /.eslintrc.json
parent640739f3234dfe3392566e76fc950dde4b42af09 (diff)
downloadcommercel-ui-2305464999fdccdb809ce425cda8346ddc3df493.tar.gz
feat: adapt useOptions to the new logic
Diffstat (limited to '.eslintrc.json')
-rw-r--r--.eslintrc.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 8fbc76e..b780736 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -16,6 +16,7 @@
"arrow-parens": [2, "as-needed"],
"import/extensions": ["error", { "ts": "never", "tsx": "never" }],
"arrow-body-style": 0,
+ "curly": 0,
"no-underscore-dangle": 0,
"no-cond-assign": 0,
"no-nested-ternary": 0,