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 88e5ff4 commit 91665e8Copy full SHA for 91665e8
package.json
@@ -117,7 +117,7 @@
117
"ci:definitionsCheck": "node ./ci/definitionsCheck.js",
118
"definitions": "node ./resources/buildConfigDefinitions.js && prettier --write 'src/Options/*.js'",
119
"docs": "jsdoc -c ./jsdoc-conf.json",
120
- "lint": "eslint --cache ./",
+ "lint": "flow && eslint --cache ./",
121
"lint-fix": "eslint --fix --cache ./",
122
"build": "babel src/ -d lib/ --copy-files --extensions '.ts,.js'",
123
"build:types": "tsc && prettier --write 'types/{**/*,*}.ts' && npm run lint-fix",
0 commit comments