[flow] Lint with Flow (in addition to JSHint and ESLint)
This commit is contained in:
parent
b50f858556
commit
8ed47f9d99
|
@ -81,7 +81,7 @@
|
|||
},
|
||||
"license": "Apache-2.0",
|
||||
"scripts": {
|
||||
"lint": "jshint . && eslint .",
|
||||
"lint": "jshint . && eslint . && flow",
|
||||
"validate": "npm ls"
|
||||
},
|
||||
"pre-commit": [
|
||||
|
|
Loading…
Reference in New Issue