UNPKG

remark-preset-lint-recommended

Version:

remark preset to configure remark-lint with rules that prevent mistakes or stuff that fails across vendors.

60 lines (59 loc) 1.8 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-final-newline": "^3.0.0", "remark-lint-hard-break-spaces": "^4.0.0", "remark-lint-list-item-bullet-indent": "^5.0.0", "remark-lint-list-item-indent": "^4.0.0", "remark-lint-no-blockquote-without-marker": "^6.0.0", "remark-lint-no-duplicate-definitions": "^4.0.0", "remark-lint-no-heading-content-indent": "^5.0.0", "remark-lint-no-literal-urls": "^4.0.0", "remark-lint-no-shortcut-reference-image": "^4.0.0", "remark-lint-no-shortcut-reference-link": "^4.0.0", "remark-lint-no-undefined-references": "^5.0.0", "remark-lint-no-unused-definitions": "^4.0.0", "remark-lint-ordered-list-marker-style": "^4.0.0", "unified": "^11.0.0" }, "description": "remark preset to configure remark-lint with rules that prevent mistakes or stuff that fails across vendors.", "exports": "./index.js", "files": [ "index.d.ts", "index.d.ts.map", "index.js" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" }, "keywords": [ "preset", "recommended", "remark", "remark-lint", "remark-preset" ], "license": "MIT", "name": "remark-preset-lint-recommended", "repository": "https://github.com/remarkjs/remark-lint/tree/main/packages/remark-preset-lint-recommended", "scripts": {}, "sideEffects": false, "typeCoverage": { "atLeast": 100, "strict": true }, "type": "module", "version": "7.0.1", "xo": { "prettier": true, "rules": { "capitalized-comments": "off" } } }