Skip to content

Commit

Permalink
ADD: 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 0829152 commit 923c580
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,17 @@
"type": "git",
"url": "git.//github.com/Segelzwerg/SportToolBox.git"
},
"license": "SEE LICENSE IN LICENSE"
"license": "SEE LICENSE IN LICENSE",
"scripts": {
"lint-md": "remark ."
},
"remarkConfig": {
"plugins": [
"remark-preset-lint-recommended"
]
},
"dependencies": {
"remark-cli": "^7.0.1",
"remark-preset-lint-recommended": "^3.0.3"
}
}

0 comments on commit 923c580

Please sign in to comment.