[flow] Lint with Flow (in addition to JSHint and ESLint)

This commit is contained in:
Lyubomir Marinov 2017-02-03 12:52:22 -06:00 committed by hristoterezov
parent b50f858556
commit 8ed47f9d99
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@
},
"license": "Apache-2.0",
"scripts": {
"lint": "jshint . && eslint .",
"lint": "jshint . && eslint . && flow",
"validate": "npm ls"
},
"pre-commit": [