Skip to content

Commit 779c0ce

Browse files
committed
Fix lint-staged task
1 parent 546623b commit 779c0ce

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,14 @@
7676
"rimraf": "^2.6.1"
7777
},
7878
"lint-staged": {
79-
"./src": [
80-
"eslint",
79+
"*.js": [
80+
"lint",
8181
"git add"
8282
]
8383
},
8484
"pre-commit": [
8585
"lint:staged",
86+
"flow",
8687
"test"
8788
],
8889
"jest": {

0 commit comments

Comments
 (0)