From 2305464999fdccdb809ce425cda8346ddc3df493 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Wed, 17 Mar 2021 03:46:21 +0300 Subject: feat: adapt useOptions to the new logic --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) (limited to '.eslintrc.json') 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, -- cgit v1.2.3