Skip to content

Commit

Permalink
Add XLint dev deps and configuration for lint task
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Mar 28, 2014
1 parent 84467a6 commit 4ee3a95
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"url": "https://github.com/gillesruppert/webmake-middleware/issues"
},
"scripts": {
"test": "./node_modules/.bin/mocha test/*-test.js"
"test": "./node_modules/.bin/mocha test/*-test.js",
"lint": "./node_modules/xlint/bin/xlint --linter=./node_modules/xlint-jslint-medikoo/index.js"
},
"license": "MIT",
"dependencies": {
Expand All @@ -35,6 +36,8 @@
"connect": "~2.14.3",
"expect.js": "~0.3.1",
"express": "~3.5",
"mocha": "~1.18.2"
}
"mocha": "~1.18.2",
"xlint": "git://github.com/medikoo/xlint.git",
"xlint-jslint-medikoo": "git://github.com/medikoo/xlint-jslint-medikoo.git"
}
}

0 comments on commit 4ee3a95

Please sign in to comment.