Skip to content

Commit

Permalink
Fix lint-staged runner: support for implicit scripts was removed
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonya committed Feb 21, 2018
1 parent 2fe5800 commit 1b15118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"main": "components/index.js",
"lint-staged": {
"*.js": [
"lint:js --fix",
"npm run lint:js --fix --",
"git add"
],
"*.css": [
Expand Down

0 comments on commit 1b15118

Please sign in to comment.