mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-11 02:18:50 +01:00
Add Grunt example.
This commit is contained in:
parent
3217272971
commit
ec7684b95f
3 changed files with 69 additions and 3 deletions
|
|
@ -18,7 +18,7 @@
|
|||
"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",
|
||||
"example": "cd example & node standalone.js & gulp markdownlint"
|
||||
"example": "cd example & node standalone.js & grunt markdownlint & gulp markdownlint"
|
||||
},
|
||||
"dependencies": {
|
||||
"markdown-it": "^3.0.7"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue