Browse Source

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

j8
Lyubomir Marinov 8 years ago
parent
commit
8ed47f9d99
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      package.json

+ 1
- 1
package.json View File

81
   },
81
   },
82
   "license": "Apache-2.0",
82
   "license": "Apache-2.0",
83
   "scripts": {
83
   "scripts": {
84
-    "lint": "jshint . && eslint .",
84
+    "lint": "jshint . && eslint . && flow",
85
     "validate": "npm ls"
85
     "validate": "npm ls"
86
   },
86
   },
87
   "pre-commit": [
87
   "pre-commit": [

Loading…
Cancel
Save