Skip to content
This repository was archived by the owner on Apr 6, 2020. It is now read-only.

Commit e708c4b

Browse files
committed
Added lint:fix command to package.json
1 parent 32ddb89 commit e708c4b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"coverage": "nyc npm run test && nyc report --reporter=text-lcov > .nyc_output/lcov.info",
88
"coveralls": "npm run coverage && coveralls <.nyc_output/lcov.info",
99
"lint": "standard",
10+
"lint:fix": "standard --fix",
1011
"test": "npm run lint && node tests/",
1112
"build:docs": "documentation build ./index.js --format md --shallow > ./docs/index.md"
1213
},

0 commit comments

Comments
 (0)