remark-lint-code-block-style
Version:
remark-lint rule to warn when code blocks do not adhere to a given style
54 lines (53 loc) • 1.32 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",
"mdast-util-phrasing": "^4.0.0",
"unified-lint-rule": "^3.0.0",
"unist-util-position": "^5.0.0",
"unist-util-visit-parents": "^6.0.0",
"vfile-message": "^4.0.0"
},
"description": "remark-lint rule to warn when code blocks do not adhere to a given style",
"exports": "./index.js",
"files": [
"index.d.ts",
"index.d.ts.map",
"index.js"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
"keywords": [
"block",
"code",
"lint",
"remark",
"remark-lint",
"remark-lint-rule",
"rule"
],
"license": "MIT",
"name": "remark-lint-code-block-style",
"repository": "https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-code-block-style",
"scripts": {},
"sideEffects": false,
"typeCoverage": {
"atLeast": 100,
"strict": true
},
"type": "module",
"version": "4.0.1",
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off",
"unicorn/prefer-default-parameters": "off"
}
}
}