mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-19 21:56:08 +01:00
Add example, stop modifying files array, rename "styles".
This commit is contained in:
parent
d3e9f83e7c
commit
9917d7f2fb
7 changed files with 44 additions and 2 deletions
|
|
@ -17,7 +17,8 @@
|
|||
"test": "nodeunit",
|
||||
"test-cover": "istanbul cover node_modules/nodeunit/bin/nodeunit",
|
||||
"debug": "node debug node_modules/nodeunit/bin/nodeunit",
|
||||
"lint": "eslint lib test"
|
||||
"lint": "eslint lib test & eslint --rule \"no-console: 0\" example",
|
||||
"example": "cd example & node standalone.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"markdown-it": "^3.0.7"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue