summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgnatzHome <ignatz@maschath.de>2018-05-19 20:53:59 +0200
committerIgnatzHome <ignatz@maschath.de>2018-05-19 20:53:59 +0200
commit32058e8018b5f6e6829f6abceeec79c18f91c3ad (patch)
treeb652591f9eb841dc7b07f46c929044b60c4c1120
parentba12b53e49852e92c6ed77df07f7576a9ed2b02c (diff)
downloadwekan-32058e8018b5f6e6829f6abceeec79c18f91c3ad.tar.gz
wekan-32058e8018b5f6e6829f6abceeec79c18f91c3ad.tar.bz2
wekan-32058e8018b5f6e6829f6abceeec79c18f91c3ad.zip
damm i got the eslint file again....
-rw-r--r--.eslintrc.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json
index 06d3f001..255e00ba 100644
--- a/.eslintrc.json
+++ b/.eslintrc.json
@@ -32,7 +32,7 @@
"comma-spacing": 2,
"comma-style": 2,
"eol-last": 2,
- "linebreak-style": [2, "windows"],
+ "linebreak-style": [2, "unix"],
"new-parens": 2,
"no-lonely-if": 2,
"no-multiple-empty-lines": 2,