unified-lint-rule
Version:
unified plugin to make it a bit easier to create linting rules
53 lines (52 loc) • 1.21 kB
JSON
{
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"bugs": "https://github.com/remarkjs/remark-lint/issues",
"contributors": [
"Remco Haszing <remcohaszing@gmail.com>",
"Titus Wormer <tituswormer@gmail.com>"
],
"dependencies": {
"@types/unist": "^3.0.0",
"trough": "^2.0.0",
"unified": "^11.0.0",
"vfile": "^6.0.0"
},
"description": "unified plugin to make it a bit easier to create linting rules",
"exports": "./index.js",
"files": [
"index.d.ts",
"index.d.ts.map",
"index.js",
"lib/"
],
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
"keywords": [
"lint",
"plugin",
"remark-lint",
"rule",
"unified",
"unified-plugin"
],
"license": "MIT",
"name": "unified-lint-rule",
"repository": "https://github.com/remarkjs/remark-lint/tree/main/packages/unified-lint-rule",
"scripts": {},
"sideEffects": false,
"typeCoverage": {
"atLeast": 100,
"strict": true
},
"type": "module",
"version": "3.0.1",
"xo": {
"prettier": true,
"rules": {
"capitalized-comments": "off",
"unicorn/prefer-type-error": "off"
}
}
}