mirror of
https://github.com/vale981/metalsmith-layouts
synced 2025-03-04 09:11:38 -05:00
Remove makefile and lint with hound
This commit is contained in:
parent
cd2e09d557
commit
47746fa781
4 changed files with 6 additions and 13 deletions
4
.hound.yml
Normal file
4
.hound.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
javascript:
|
||||
enabled: false
|
||||
eslint:
|
||||
enabled: true
|
|
@ -1,4 +1,4 @@
|
|||
sudo: false
|
||||
language: node_js
|
||||
node_js:
|
||||
- "0.12"
|
||||
- "node"
|
||||
|
|
11
Makefile
11
Makefile
|
@ -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
|
|
@ -7,7 +7,7 @@
|
|||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"scripts": {
|
||||
"test": "make test"
|
||||
"test": "mocha --reporter spec"
|
||||
},
|
||||
"dependencies": {
|
||||
"async": "^1.3.0",
|
||||
|
|
Loading…
Add table
Reference in a new issue