Ensure unix line endings (babel/eslint-config-babel#4)
This commit is contained in:
parent
978f3392c5
commit
0f87764827
@ -6,6 +6,7 @@ module.exports = {
|
||||
"flowtype/define-flow-type": "warn",
|
||||
"flowtype/use-flow-type": "warn",
|
||||
quotes: ["error", "double"],
|
||||
"linebreak-style": ["error", "unix"],
|
||||
"no-var": "error",
|
||||
"keyword-spacing": "error",
|
||||
strict: "off",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user