diff options
Diffstat (limited to 'juick-www/.eslintrc')
-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 +} |