remark-preset-lint-consistent
Version:
remark preset to configure remark-lint with rules that enforce consistency
61 lines (60 loc) • 1.74 kB
JSON
{
"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-checkbox-character-style": "^5.0.0",
"remark-lint-code-block-style": "^4.0.0",
"remark-lint-emphasis-marker": "^4.0.0",
"remark-lint-fenced-code-marker": "^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-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",
"unified": "^11.0.0"
},
"description": "remark preset to configure remark-lint with rules that enforce consistency",
"exports": "./index.js",
"files": [
"index.d.ts",
"index.d.ts.map",
"index.js"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
"keywords": [
"consistency",
"consistent",
"preset",
"remark",
"remark-lint",
"remark-preset"
],
"license": "MIT",
"name": "remark-preset-lint-consistent",
"repository": "https://github.com/remarkjs/remark-lint/tree/main/packages/remark-preset-lint-consistent",
"scripts": {},
"sideEffects": false,
"typeCoverage": {
"atLeast": 100,
"strict": true
},
"type": "module",
"version": "6.0.1",
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off"
}
}
}