Ensure unix line endings (babel/eslint-config-babel#4)

This commit is contained in:
Daniel Tschinder 2016-10-01 18:12:35 +02:00
parent 978f3392c5
commit 0f87764827

View File

@ -6,6 +6,7 @@ module.exports = {
"flowtype/define-flow-type": "warn", "flowtype/define-flow-type": "warn",
"flowtype/use-flow-type": "warn", "flowtype/use-flow-type": "warn",
quotes: ["error", "double"], quotes: ["error", "double"],
"linebreak-style": ["error", "unix"],
"no-var": "error", "no-var": "error",
"keyword-spacing": "error", "keyword-spacing": "error",
strict: "off", strict: "off",