remark-lint
Version:
remark plugin to lint Markdown code style
52 lines (51 loc) • 1.12 kB
JSON
{
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"bugs": "https://github.com/remarkjs/remark-lint/issues",
"contributors": [
"Titus Wormer <tituswormer@gmail.com>"
],
"dependencies": {
"@types/mdast": "^4.0.0",
"remark-message-control": "^8.0.0",
"unified": "^11.0.0"
},
"description": "remark plugin to lint Markdown code style",
"exports": "./index.js",
"files": [
"index.d.ts",
"index.d.ts.map",
"index.js"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
"keywords": [
"lint",
"markdown",
"mdast",
"plugin",
"remark",
"remark-lint",
"remark-plugin",
"unified",
"validate"
],
"license": "MIT",
"name": "remark-lint",
"repository": "https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint",
"scripts": {},
"sideEffects": false,
"typeCoverage": {
"atLeast": 100,
"strict": true
},
"type": "module",
"version": "10.0.1",
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
}
}