diff options
author | Vitaly Takmazov | 2017-06-03 15:27:18 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-06-03 15:27:18 +0300 |
commit | 4089af518bcc67f532882373debfb0374cc4ca59 (patch) | |
tree | efccf76db9bf9ba2e9783bbf1e7d107bb3c848a9 /juick-www | |
parent | 1f1f4c6be8e7a3a8c2dc5425cb9d71ac76aaf04f (diff) |
juick-www: disable linebreak-style eslint rule
core.crlf=input git setting do the right things
Diffstat (limited to 'juick-www')
-rw-r--r-- | juick-www/.eslintrc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/juick-www/.eslintrc b/juick-www/.eslintrc index 12d9a477..c4d57a6c 100644 --- a/juick-www/.eslintrc +++ b/juick-www/.eslintrc @@ -44,7 +44,6 @@ "dot-location": ["warn", "property"], //"indent": ["warn", 2], "no-tabs": "warn", - "linebreak-style": ["warn", "windows"], "eol-last": "warn", "comma-style": "warn", "curly": "warn", @@ -54,4 +53,4 @@ "no-sparse-arrays": "off", "no-unused-vars": "off" } -}
\ No newline at end of file +} |