chore: add linting, fix lint issues
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
"package": "git checkout -B package-lib && npm run build && git add -f lib && git commit -m 'package lib' && echo Use npm to tag and publish",
|
||||
"prepublish": "in-publish && npm run test || not-in-publish",
|
||||
"test": "retire -n -p package.json && npm run build && npm run unit",
|
||||
"lint": "eslint \"*.js\" \"src/**/*.js\"",
|
||||
"unit": "nyc --require babel-core/register mocha test/src/**"
|
||||
},
|
||||
"author": "Joe Fleming (https://github.com/w33ble)",
|
||||
|
||||
Reference in New Issue
Block a user