mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-18 19:28:05 +01:00
Hook up ESLint, fix warnings (including conversion to async I/O).
This commit is contained in:
parent
d16e1cafc1
commit
160146ac3a
5 changed files with 230 additions and 41 deletions
|
|
@ -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": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue