UNPKG

1.51 kBJSONView Raw
1{
2 "name": "remark-preset-lint-recommended",
3 "version": "3.0.1",
4 "description": "remark preset to configure remark-lint with rules that prevent mistakes or syntaxes that do not work correctly across vendors",
5 "license": "MIT",
6 "keywords": [
7 "remark",
8 "preset",
9 "recommended"
10 ],
11 "repository": "https://github.com/wooorm/remark-lint/tree/master/packages/remark-preset-lint-recommended",
12 "bugs": "https://github.com/wooorm/remark-lint/issues",
13 "author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
14 "contributors": [
15 "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
16 ],
17 "files": [
18 "index.js"
19 ],
20 "dependencies": {
21 "remark-lint": "^6.0.0",
22 "remark-lint-final-newline": "^1.0.0",
23 "remark-lint-list-item-bullet-indent": "^1.0.0",
24 "remark-lint-list-item-indent": "^1.0.0",
25 "remark-lint-no-auto-link-without-protocol": "^1.0.0",
26 "remark-lint-no-blockquote-without-marker": "^2.0.0",
27 "remark-lint-no-literal-urls": "^1.0.0",
28 "remark-lint-ordered-list-marker-style": "^1.0.0",
29 "remark-lint-hard-break-spaces": "^1.0.0",
30 "remark-lint-no-duplicate-definitions": "^1.0.0",
31 "remark-lint-no-heading-content-indent": "^1.0.0",
32 "remark-lint-no-inline-padding": "^1.0.0",
33 "remark-lint-no-shortcut-reference-image": "^1.0.0",
34 "remark-lint-no-shortcut-reference-link": "^1.0.0",
35 "remark-lint-no-undefined-references": "^1.0.0",
36 "remark-lint-no-unused-definitions": "^1.0.0"
37 },
38 "xo": false
39}