[Pkg-mozext-commits] [tabmixplus] 12/34: Enable Eslint linebreak-style. With this rule enabled Eslint automatically fixes changes in linebreak-style

David Prévot taffit at moszumanska.debian.org
Mon Jun 27 13:57:56 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository tabmixplus.

commit 1aaeeedad6a580cc094401fc523e3c0cbaeabacf
Author: onemen <tabmix.onemen at gmail.com>
Date:   Wed Jun 8 20:18:15 2016 +0300

    Enable Eslint linebreak-style. With this rule enabled Eslint automatically fixes changes in linebreak-style
---
 .eslintrc.js | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.eslintrc.js b/.eslintrc.js
index e99b68c..75d696f 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -181,8 +181,7 @@ module.exports = {
     "key-spacing": [2, { "beforeColon": false, "afterColon": true }],
     "keyword-spacing": 2,
     "lines-around-comment": [0, {"beforeBlockComment": true, "allowBlockStart": true, "allowBlockEnd": true}],
-    // XX error in Brackets - Eslint complain that first line is LF
-    "linebreak-style": [0, "windows"],
+    "linebreak-style": [2, "windows"],
     "max-depth": [0, 4],
     "max-len": [0, 120, 4],
     "max-nested-callbacks": [0, 2],

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/tabmixplus.git



More information about the Pkg-mozext-commits mailing list