UNPKG

remark-lint-table-pipes

Version:

remark-lint rule to warn when table rows are not fenced with pipes

58 lines (57 loc) 1.43 kB
{ "author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)", "bugs": "https://github.com/remarkjs/remark-lint/issues", "contributors": [ "Titus Wormer <tituswormer@gmail.com>" ], "dependencies": { "@types/mdast": "^4.0.0", "@types/unist": "^3.0.0", "mdast-util-phrasing": "^4.0.0", "unified-lint-rule": "^3.0.0", "unist-util-position": "^5.0.0", "unist-util-visit-parents": "^6.0.0" }, "description": "remark-lint rule to warn when table rows are not fenced with pipes", "exports": "./index.js", "files": [ "index.d.ts", "index.d.ts.map", "index.js" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" }, "keywords": [ "lint", "pipe", "remark", "remark-lint", "remark-lint-rule", "row", "rule", "table" ], "license": "MIT", "name": "remark-lint-table-pipes", "repository": "https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-table-pipes", "scripts": {}, "sideEffects": false, "typeCoverage": { "atLeast": 100, "strict": true }, "type": "module", "version": "5.0.1", "xo": { "prettier": true, "rules": { "capitalized-comments": "off", "unicorn/prefer-at": "off", "unicorn/prefer-code-point": "off", "unicorn/prefer-string-replace-all": "off", "unicorn/prefer-switch": "off" } } }