remark-lint/packages/remark-preset-lint-consistent/package.json
2020-10-12 16:32:29 +02:00

43 lines
1.4 KiB
JSON

{
"name": "remark-preset-lint-consistent",
"version": "3.0.1",
"description": "remark preset to configure remark-lint with rules that enforce consistency",
"license": "MIT",
"keywords": [
"remark",
"remark-preset",
"preset",
"consistent",
"consistency"
],
"repository": "https://github.com/remarkjs/remark-lint/tree/main/packages/remark-preset-lint-consistent",
"bugs": "https://github.com/remarkjs/remark-lint/issues",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"contributors": [
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
],
"files": [
"index.js"
],
"dependencies": {
"remark-lint": "^7.0.0",
"remark-lint-blockquote-indentation": "^2.0.0",
"remark-lint-checkbox-character-style": "^3.0.0",
"remark-lint-code-block-style": "^2.0.0",
"remark-lint-emphasis-marker": "^2.0.0",
"remark-lint-fenced-code-marker": "^2.0.0",
"remark-lint-heading-style": "^2.0.0",
"remark-lint-link-title-style": "^2.0.0",
"remark-lint-list-item-content-indent": "^2.0.0",
"remark-lint-ordered-list-marker-style": "^2.0.0",
"remark-lint-rule-style": "^2.0.0",
"remark-lint-strong-marker": "^2.0.0",
"remark-lint-table-cell-padding": "^2.0.0"
},
"xo": false
}