remark-lint/packages/remark-preset-lint-consistent/package.json
Piotr Kuczynski 9214242b0c Fix link to remark-preset-lint-consistent
Closes GH-151.
2017-07-21 12:16:00 -04:00

38 lines
1.2 KiB
JSON

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