Closed peterkhayes closed 8 years ago
I fixed all lint errors detected by JSHint.
To keep them from accumulating, I also added a build script in package.json. This script will run the linter and the tests, and only run the bundle command if both of these pass.
build
package.json
Hi Peter - Sorry for dragging this out. I'd completely forgotten about it. But thank you for the contribution :)
I fixed all lint errors detected by JSHint.
To keep them from accumulating, I also added a
build
script inpackage.json
. This script will run the linter and the tests, and only run the bundle command if both of these pass.