diff options
author | Ignatz <computer-freak94@gmx.de> | 2018-05-18 10:24:51 +0200 |
---|---|---|
committer | Ignatz <computer-freak94@gmx.de> | 2018-05-18 10:24:51 +0200 |
commit | d6cfac0122dc5e6819c82f73c728488e0600cb70 (patch) | |
tree | 4f392116329e8e7cbd8e679837ce90fa7f5a0ee3 /.eslintrc.json | |
parent | c1d2e27c092f9bce4a9982d6b714b442dbf66a4b (diff) | |
download | wekan-d6cfac0122dc5e6819c82f73c728488e0600cb70.tar.gz wekan-d6cfac0122dc5e6819c82f73c728488e0600cb70.tar.bz2 wekan-d6cfac0122dc5e6819c82f73c728488e0600cb70.zip |
linter corrections
Diffstat (limited to '.eslintrc.json')
-rw-r--r-- | .eslintrc.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index 0a9f3c90..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, @@ -100,7 +100,9 @@ "Attachments": true, "Boards": true, "CardComments": true, + "DatePicker" : true, "Cards": true, + "CustomFields": true, "Lists": true, "UnsavedEditCollection": true, "Users": true, |