UNPKG

remark-preset-lint-markdown-style-guide

Version:

remark preset to configure remark-lint with rules that enforce the markdown style guide

91 lines (90 loc) 3.26 kB
{ "author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)", "bugs": "https://github.com/remarkjs/remark-lint/issues", "contributors": [ "Titus Wormer <tituswormer@gmail.com>" ], "dependencies": { "remark-lint": "^10.0.0", "remark-lint-blockquote-indentation": "^4.0.0", "remark-lint-code-block-style": "^4.0.0", "remark-lint-definition-case": "^4.0.0", "remark-lint-definition-spacing": "^4.0.0", "remark-lint-emphasis-marker": "^4.0.0", "remark-lint-fenced-code-flag": "^4.0.0", "remark-lint-fenced-code-marker": "^4.0.0", "remark-lint-file-extension": "^3.0.0", "remark-lint-final-definition": "^4.0.0", "remark-lint-hard-break-spaces": "^4.0.0", "remark-lint-heading-increment": "^4.0.0", "remark-lint-heading-style": "^4.0.0", "remark-lint-link-title-style": "^4.0.0", "remark-lint-list-item-content-indent": "^4.0.0", "remark-lint-list-item-indent": "^4.0.0", "remark-lint-list-item-spacing": "^5.0.0", "remark-lint-maximum-heading-length": "^4.0.0", "remark-lint-maximum-line-length": "^4.0.0", "remark-lint-no-blockquote-without-marker": "^6.0.0", "remark-lint-no-consecutive-blank-lines": "^5.0.0", "remark-lint-no-duplicate-headings": "^4.0.0", "remark-lint-no-emphasis-as-heading": "^4.0.0", "remark-lint-no-file-name-articles": "^3.0.0", "remark-lint-no-file-name-consecutive-dashes": "^3.0.0", "remark-lint-no-file-name-irregular-characters": "^3.0.0", "remark-lint-no-file-name-mixed-case": "^3.0.0", "remark-lint-no-file-name-outer-dashes": "^3.0.0", "remark-lint-no-heading-punctuation": "^4.0.0", "remark-lint-no-literal-urls": "^4.0.0", "remark-lint-no-multiple-toplevel-headings": "^4.0.0", "remark-lint-no-shell-dollars": "^4.0.0", "remark-lint-no-shortcut-reference-image": "^4.0.0", "remark-lint-no-shortcut-reference-link": "^4.0.0", "remark-lint-no-table-indentation": "^5.0.0", "remark-lint-ordered-list-marker-style": "^4.0.0", "remark-lint-ordered-list-marker-value": "^4.0.0", "remark-lint-rule-style": "^4.0.0", "remark-lint-strong-marker": "^4.0.0", "remark-lint-table-cell-padding": "^5.0.0", "remark-lint-table-pipe-alignment": "^4.0.0", "remark-lint-table-pipes": "^5.0.0", "remark-lint-unordered-list-marker-style": "^4.0.0", "unified": "^11.0.0" }, "description": "remark preset to configure remark-lint with rules that enforce the markdown style guide", "exports": "./index.js", "files": [ "index.d.ts", "index.d.ts.map", "index.js" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" }, "keywords": [ "guide", "markdown", "preset", "remark", "remark-lint", "remark-preset", "style" ], "license": "MIT", "name": "remark-preset-lint-markdown-style-guide", "repository": "https://github.com/remarkjs/remark-lint/tree/main/packages/remark-preset-lint-markdown-style-guide", "scripts": {}, "sideEffects": false, "typeCoverage": { "atLeast": 100, "strict": true }, "type": "module", "version": "6.0.1", "xo": { "prettier": true, "rules": { "capitalized-comments": "off" } } }