summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorIgnatzHome <ignatz@maschath.de>2018-05-19 15:21:12 +0200
committerIgnatzHome <ignatz@maschath.de>2018-05-19 15:21:12 +0200
commitcbdb7b4f64f0b620cfa924a1f80a8f1f0191f997 (patch)
tree20fd346df01549f59cca1278c276f749fce82bfc /.eslintrc.json
parent78317ef792c0de7435bbb8a0d3f6b413b2af9ab1 (diff)
downloadwekan-cbdb7b4f64f0b620cfa924a1f80a8f1f0191f997.tar.gz
wekan-cbdb7b4f64f0b620cfa924a1f80a8f1f0191f997.tar.bz2
wekan-cbdb7b4f64f0b620cfa924a1f80a8f1f0191f997.zip
Correcting constructed mongoSelector
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 255e00ba..06d3f001 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -32,7 +32,7 @@
"comma-spacing": 2,
"comma-style": 2,
"eol-last": 2,
- "linebreak-style": [2, "unix"],
+ "linebreak-style": [2, "windows"],
"new-parens": 2,
"no-lonely-if": 2,
"no-multiple-empty-lines": 2,