summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorTomasz Borychowski <tomasz.borychowski@sap.com>2020-08-28 11:46:51 +0100
committerTomasz Borychowski <tomasz.borychowski@sap.com>2020-08-28 11:46:51 +0100
commitd887e553ce79830aa4830d2e1b4669a9e1d3f100 (patch)
tree42e8cd512fff60f3ddff83a2436ed7ee1deeb824 /.eslintrc.json
parent13b5bb6407a9c019e5314c24fe766d584181e8de (diff)
downloadwekan-d887e553ce79830aa4830d2e1b4669a9e1d3f100.tar.gz
wekan-d887e553ce79830aa4830d2e1b4669a9e1d3f100.tar.bz2
wekan-d887e553ce79830aa4830d2e1b4669a9e1d3f100.zip
fix(scrollbar): remove custom scrollbar
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 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,