Hook up ESLint, fix warnings (including conversion to async I/O).

This commit is contained in:
David Anson 2015-02-24 18:40:37 -08:00
parent d16e1cafc1
commit 160146ac3a
5 changed files with 230 additions and 41 deletions

View file

@ -14,9 +14,11 @@
"url": "https://github.com/DavidAnson/markdownlint/issues"
},
"scripts": {
"test": "nodeunit"
"test": "nodeunit",
"lint": "eslint lib test"
},
"devDependencies": {
"eslint": "^0.15.0",
"nodeunit": "^0.9.0"
},
"keywords": [