markdownlint-rule-emphasis-style
Version:
Markdownlint rule forcing consistent emphasis style.
28 lines (27 loc) • 751 B
JSON
{
"name": "markdownlint-rule-emphasis-style",
"version": "1.0.1",
"description": "Markdownlint rule forcing consistent emphasis style.",
"main": "rule.js",
"scripts": {
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/byzyk/markdownlint-rule-emphasis-style.git"
},
"keywords": [
"markdownlint",
"rule",
"md",
"emphasis",
"markdown",
"linter"
],
"author": "Bohdan Khodakivskyi <bohdan.kh@gmail.com> (https://bohdan-khodakivskyi.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/byzyk/markdownlint-rule-emphasis-style/issues"
},
"homepage": "https://github.com/byzyk/markdownlint-rule-emphasis-style#readme"
}