summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-08-31 13:28:34 +0300
committerLauri Ojansivu <x@xet7.org>2020-08-31 13:28:34 +0300
commitccd0f89ae0f89cef0c6b1e5837524ce58eb73e7b (patch)
tree6ffb1cf17effd4cbcdbb37c94bf1fa56108151e9 /.eslintrc.json
parentbdd28444bb7a4b8692aa916b33781cf3ab951e40 (diff)
parent6372bb82c4a0668df87baec2cf90c919e5285fef (diff)
downloadwekan-ccd0f89ae0f89cef0c6b1e5837524ce58eb73e7b.tar.gz
wekan-ccd0f89ae0f89cef0c6b1e5837524ce58eb73e7b.tar.bz2
wekan-ccd0f89ae0f89cef0c6b1e5837524ce58eb73e7b.zip
Merge branch 'master' of https://github.com/tborychowski/wekan into tborychowski-master
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,