From d887e553ce79830aa4830d2e1b4669a9e1d3f100 Mon Sep 17 00:00:00 2001 From: Tomasz Borychowski Date: Fri, 28 Aug 2020 11:46:51 +0100 Subject: fix(scrollbar): remove custom scrollbar --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.eslintrc.json') diff --git a/.eslintrc.json b/.eslintrc.json index f65e299d..97ed9297 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -45,7 +45,7 @@ "no-spaced-func": 2, "no-trailing-spaces": 2, "operator-linebreak": 2, - "quotes": [2, "single"], + "quotes": [2, "single", { "avoidEscape": true }], "semi-spacing": 2, "space-unary-ops": 2, "arrow-spacing": 2, -- cgit v1.2.3-1-g7c22