Skip to content

Commit

Permalink
ADD: automatic remark script
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel <[email protected]>
  • Loading branch information
Marcel committed Feb 14, 2020
1 parent 923c580 commit 632bbba
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,14 @@
"lint-md": "remark ."
},
"remarkConfig": {
"settings": {
"emphasis": "*",
"strong": "*"
},
"plugins": [
"remark-preset-lint-recommended"
"remark-preset-lint-recommended",
"remark-lint-emphasis-marker",
"remark-lint-strong-marker"
]
},
"dependencies": {
Expand Down

0 comments on commit 632bbba

Please sign in to comment.