Skip to content

Commit a38fe31

Browse files
committed
Make it easier to fix lint errors.
1 parent 382eb52 commit a38fe31

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
@@ -34,6 +34,7 @@
3434
"scripts": {
3535
"pretest": "eslint src",
3636
"prepublish": "del-cli dist && BABEL_ENV=publish babel src --out-dir dist --ignore /__tests__/",
37+
"lintfix": "eslint --fix src",
3738
"report": "nyc report --reporter=html",
3839
"test": "nyc ava src/__tests__/*.js",
3940
"testone": "ava"

0 commit comments

Comments
 (0)