This commit is contained in:
Windham Wong 2017-06-20 12:59:53 +00:00 committed by GitHub
commit 7596a5abd9

View file

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