Skip to content

Commit

Permalink
[flow] Lint with Flow (in addition to JSHint and ESLint)
Browse files Browse the repository at this point in the history
  • Loading branch information
lyubomir committed Feb 3, 2017
1 parent 7528833 commit e2f9833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -81,7 +81,7 @@
},
"license": "Apache-2.0",
"scripts": {
"lint": "jshint . && eslint .",
"lint": "jshint . && eslint . && flow",
"validate": "npm ls"
},
"pre-commit": [
Expand Down

0 comments on commit e2f9833

Please sign in to comment.