mirror of
https://github.com/vale981/metalsmith-layouts
synced 2025-03-04 17:21:37 -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
|
sudo: false
|
||||||
language: node_js
|
language: node_js
|
||||||
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",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "make test"
|
"test": "mocha --reporter spec"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"async": "^1.3.0",
|
"async": "^1.3.0",
|
||||||
|
|
Loading…
Add table
Reference in a new issue