remark-preset-lint-mkdocs-material
Version:
remark preset to configure remark-lint with rules that enforce the markdown style guide for mkdocs material
93 lines (92 loc) • 3.53 kB
JSON
{
"name": "remark-preset-lint-mkdocs-material",
"version": "0.7.0",
"description": "remark preset to configure remark-lint with rules that enforce the markdown style guide for mkdocs material",
"license": "MIT",
"keywords": [
"remark",
"remark-preset",
"preset",
"markdown",
"style",
"guide",
"mkdocs",
"material"
],
"repository": {
"type": "git",
"url": "https://github.com/dup4/remark-preset-lint",
"directory": "packages/remark-preset-lint-mkdocs-material"
},
"bugs": "https://github.com/dup4/remark-preset-lint/issues",
"author": "Dup4 <lyuzhi.pan@gmail.com> (https://dup4.com)",
"contributors": [
"Dup4 <lyuzhi.pan@gmail.com> (https://dup4.com)"
],
"sideEffects": false,
"type": "module",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.d.ts",
"index.js"
],
"scripts": {
"build": "rimraf \"*.d.ts\" && tsc && type-coverage",
"test": "ava"
},
"dependencies": {
"@types/mdast": "^3.0.10",
"remark-copywriting-correct": "^0.5.0",
"remark-details": "github:Dup4/remark-details#8f83cf376b95db27f7c0f41fccb17eaff5abd9ae",
"remark-footnotes": "^4.0.1",
"remark-lint": "^9.1.1",
"remark-lint-blockquote-indentation": "^3.1.1",
"remark-lint-code-block-style": "^3.1.0",
"remark-lint-definition-case": "^3.1.1",
"remark-lint-definition-spacing": "^3.1.1",
"remark-lint-emphasis-marker": "^3.1.1",
"remark-lint-fenced-code-flag": "^3.1.1",
"remark-lint-fenced-code-marker": "^3.1.1",
"remark-lint-file-extension": "^2.1.1",
"remark-lint-final-definition": "^3.1.1",
"remark-lint-final-newline": "^2.1.1",
"remark-lint-hard-break-spaces": "^3.1.1",
"remark-lint-heading-increment": "^3.1.1",
"remark-lint-heading-style": "^3.1.1",
"remark-lint-link-title-style": "^3.1.1",
"remark-lint-list-item-content-indent": "^3.1.1",
"remark-lint-list-item-indent": "^3.1.1",
"remark-lint-maximum-heading-length": "^3.1.1",
"remark-lint-no-blockquote-without-marker": "^5.1.1",
"remark-lint-no-consecutive-blank-lines": "^4.1.2",
"remark-lint-no-duplicate-headings": "^3.1.1",
"remark-lint-no-emphasis-as-heading": "^3.1.1",
"remark-lint-no-file-name-articles": "^2.1.1",
"remark-lint-no-file-name-consecutive-dashes": "^2.1.1",
"remark-lint-no-file-name-irregular-characters": "^2.1.1",
"remark-lint-no-file-name-mixed-case": "^2.1.1",
"remark-lint-no-file-name-outer-dashes": "^2.1.1",
"remark-lint-no-heading-punctuation": "^3.1.1",
"remark-lint-no-inline-padding": "^4.1.1",
"remark-lint-no-literal-urls": "^3.1.1",
"remark-lint-no-multiple-toplevel-headings": "^3.1.1",
"remark-lint-no-shell-dollars": "^3.1.1",
"remark-lint-no-shortcut-reference-image": "^3.1.1",
"remark-lint-no-shortcut-reference-link": "^3.1.1",
"remark-lint-no-table-indentation": "^4.1.1",
"remark-lint-no-tabs": "^3.1.1",
"remark-lint-ordered-list-marker-style": "^3.1.1",
"remark-lint-ordered-list-marker-value": "^3.1.1",
"remark-lint-rule-style": "^3.1.1",
"remark-lint-strong-marker": "^3.1.1",
"remark-lint-table-cell-padding": "^4.1.2",
"remark-lint-table-pipe-alignment": "^3.1.1",
"remark-lint-table-pipes": "^4.1.1",
"remark-lint-unordered-list-marker-style": "^3.1.1",
"remark-math": "^5.1.1",
"remark-math-space": "github:Dup4/remark-math-space",
"unified": "^10.1.2"
},
"gitHead": "8822d7b8537d94d0eba7b250fb75937ac1acbb84"
}