This commit is contained in:
Dan Harper
2016-10-05 21:35:44 +01:00
parent b2b1416fbc
commit 1536dfda0a

View File

@@ -1,7 +1,7 @@
module.exports = {
parser: "babel-eslint",
extends: "eslint:recommended",
plugins: ["flow-vars", "babel"],
plugins: ["flowtype", "babel"],
rules: {
"flowtype/define-flow-type": "warn",
"flowtype/use-flow-type": "warn",