--- /dev/null
+[ignore]
+.*/__tests__/.*
+.*/lib/.*
+
+[include]
+
+[libs]
+
+[lints]
+all=warn
+
+[options]
+
+# Used to suppress errors caused by Flow limitations.
+suppress_type=$FlowIssue
+
+# Used to suppress errors caused by our code.
+suppress_type=$FlowFixMe
+
+# Comment form of the above; requires a clarifying reason to be supplied.
+suppress_comment=\\(.\\|\n\\)*\\$\\(FlowFixMe\\|FlowIssue\\).+
+
+[strict]
+nonstrict-import
+sketchy-null
+unclear-type
+unsafe-getters-setters
+untyped-import
+untyped-type-import
}
}
},
+ "flow-bin": {
+ "version": "0.91.0",
+ "resolved": "https://registry.npmjs.org/flow-bin/-/flow-bin-0.91.0.tgz",
+ "integrity": "sha512-j+L+xNiUYnZZ27MjVI0y2c9474ZHOvdSQq0Tjwh56mEA7tfxYqp5Dcb6aZSwvs3tGMTjCrZow9aUlZf3OoRyDQ==",
+ "dev": true
+ },
"for-in": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",
],
"repository": "https://github.com/wincent/dented",
"scripts": {
- "build": "babel src -d lib"
+ "build": "babel src -d lib",
+ "flow": "flow",
+ "prepublishOnly": "flow"
},
"author": "Greg Hurrell <greg@hurrell.net>",
"license": "MIT",
"devDependencies": {
"@babel/cli": "7.2.3",
"@babel/core": "7.2.2",
- "@babel/preset-env": "7.2.3"
+ "@babel/preset-env": "7.2.3",
+ "flow-bin": "0.91.0"
}
}