Removing the restriction to UNIX only.

This commit is contained in:
windhamwong@nva-hk.com 2017-06-20 13:58:37 +01:00
parent 2821bdd52b
commit 886f354fa2

View file

@ -56,7 +56,7 @@
"ArrayExpression": "first",
"SwitchCase": 1
}],
"linebreak-style": ["error", "unix"],
// "linebreak-style": ["error", "unix"], // Disabling this to let Windows run
"quotes": ["error", "double", {
"avoidEscape": true
}],