Skip to content

Commit

Permalink
fix: Add --fix to lint
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Nov 21, 2020
1 parent 236cb26 commit edbfd1e
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 @@ -10,7 +10,7 @@
"overview"
],
"scripts": {
"lint": "standard lib/**/*.js && standard spec/**/*.js",
"lint": "standard --fix lib/**/*.js spec/**/*.js",
"esdoc": "esdoc -c esdoc.json",
"test": "atom --test spec",
"bump": "ncu -u"
Expand Down

0 comments on commit edbfd1e

Please sign in to comment.