chore: add npm fix command (#74)

* feat: add npm fix command

Signed-off-by: Grant Timmerman <timmerman+devrel@google.com>

* feat: add npm fix command

Signed-off-by: Grant Timmerman <timmerman+devrel@google.com>
This commit is contained in:
Grant Timmerman 2020-04-29 13:36:21 -07:00 committed by GitHub
parent 12ac181300
commit 005d5327e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
"main": "index.js",
"scripts": {
"lint": "standardx",
"fix": "standardx --fix",
"pretest": "npm run lint",
"test": "mocha test/**/*.js",
"coverage": "nyc --reporter=lcov --reporter=text npm run test",