add: lint && fix: util var error

This commit is contained in:
lancegin
2017-09-12 14:39:25 +08:00
parent 5a9f7f2730
commit fb84dbfe93
2 changed files with 22 additions and 18 deletions
+2 -1
View File
@@ -9,7 +9,8 @@
},
"scripts": {
"test": "mocha --compilers js:babel-core/register",
"build": "babel src -d lib"
"build": "babel src -d lib",
"lint": "eslint src/**.js ; exit 0"
},
"repository": {
"type": "git",