Skip to content

Commit

Permalink
style: correctly pass args to npm script
Browse files Browse the repository at this point in the history
  • Loading branch information
iiroj committed Jan 21, 2020
1 parent 1a57321 commit 47985b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lintstagedrc.json
@@ -1,4 +1,4 @@
{
"*.{js,json,md}": "prettier --write",
"*.js": "npm run lint:base --fix"
"*.js": "npm run lint:base -- --fix"
}

0 comments on commit 47985b4

Please sign in to comment.