summaryrefslogtreecommitdiffstats
path: root/.eslintrc.json
diff options
context:
space:
mode:
authorIgnatzHome <ignatz@maschath.de>2018-05-19 20:53:25 +0200
committerIgnatzHome <ignatz@maschath.de>2018-05-19 20:53:25 +0200
commitba12b53e49852e92c6ed77df07f7576a9ed2b02c (patch)
treec91d6148c3f097aa67d7efbceda933e91c21a0ad /.eslintrc.json
parentb9ead144fb88eb8e02c1d9ea9144873ce926ed96 (diff)
downloadwekan-ba12b53e49852e92c6ed77df07f7576a9ed2b02c.tar.gz
wekan-ba12b53e49852e92c6ed77df07f7576a9ed2b02c.tar.bz2
wekan-ba12b53e49852e92c6ed77df07f7576a9ed2b02c.zip
correct way, wrong idea
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,