mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-07 16:38:50 +01:00
Add synchronous version of the API, with tests and documentation.
This commit is contained in:
parent
200dddf3d1
commit
e557f3a97f
6 changed files with 132 additions and 18 deletions
|
|
@ -17,7 +17,7 @@
|
|||
"test": "nodeunit",
|
||||
"test-cover": "istanbul cover node_modules/nodeunit/bin/nodeunit",
|
||||
"debug": "node debug node_modules/nodeunit/bin/nodeunit",
|
||||
"lint": "eslint lib test & eslint --rule \"no-console: 0\" example",
|
||||
"lint": "eslint lib test & eslint --rule \"no-console: 0, no-shadow: 0\" example",
|
||||
"example": "cd example & node standalone.js & grunt markdownlint & gulp markdownlint"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue