We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d03d6f0 commit 43be632Copy full SHA for 43be632
package.json
@@ -22,7 +22,7 @@
22
"test": "npm run lint && npm run check && npm run testonly",
23
"test:ci": "npm run lint && npm run check && npm run testonly:coveralls",
24
"lint": "eslint src",
25
- "check": "flow check",
+ "check": "flow check --max-warnings 0",
26
"build": "babel src --ignore src/__tests__ --out-dir dist/ ; cp src/index.js dist/index.js.flow ; cp src/index.d.ts dist/",
27
"watch": "babel resources/watch.js | node",
28
"testonly": "jest src",
0 commit comments