Remove makefile and lint with hound

This commit is contained in:
ismay 2016-02-14 14:47:53 +01:00
parent cd2e09d557
commit 47746fa781
4 changed files with 6 additions and 13 deletions

4
.hound.yml Normal file
View file

@ -0,0 +1,4 @@
javascript:
enabled: false
eslint:
enabled: true

View file

@ -1,4 +1,4 @@
sudo: false
language: node_js
node_js:
- "0.12"
- "node"

View file

@ -1,11 +0,0 @@
eslint=node_modules/.bin/eslint lib/**/*.js test/index.js
mocha=node_modules/.bin/mocha --reporter spec --harmony-generators
node_modules: package.json
@npm install
test: node_modules
@$(mocha)
@$(eslint)
.PHONY: test

View file

@ -7,7 +7,7 @@
"license": "MIT",
"main": "lib/index.js",
"scripts": {
"test": "make test"
"test": "mocha --reporter spec"
},
"dependencies": {
"async": "^1.3.0",