fix
This commit is contained in:
parent
42ad818e3f
commit
ff304c3890
@ -40,7 +40,7 @@ module.exports = {
|
|||||||
"space-before-blocks": ["error", "always"],
|
"space-before-blocks": ["error", "always"],
|
||||||
"space-infix-ops": "error",
|
"space-infix-ops": "error",
|
||||||
semi: ["error", "always"],
|
semi: ["error", "always"],
|
||||||
strict: "off"
|
strict: "off",
|
||||||
"flowtype/define-flow-type": "warn",
|
"flowtype/define-flow-type": "warn",
|
||||||
"flowtype/use-flow-type": "warn",
|
"flowtype/use-flow-type": "warn",
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user