UNPKG

remark-lint-no-file-name-outer-dashes

Version:

remark-lint rule to warn when file names contain initial or final dashes

51 lines (50 loc) 1.16 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", "unified-lint-rule": "^3.0.0" }, "description": "remark-lint rule to warn when file names contain initial or final dashes", "exports": "./index.js", "files": [ "index.d.ts", "index.d.ts.map", "index.js" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/unified" }, "keywords": [ "dash", "file", "hyphen", "lint", "name", "remark", "remark-lint", "remark-lint-rule", "rule" ], "license": "MIT", "name": "remark-lint-no-file-name-outer-dashes", "repository": "https://github.com/remarkjs/remark-lint/tree/main/packages/remark-lint-no-file-name-outer-dashes", "scripts": {}, "sideEffects": false, "typeCoverage": { "atLeast": 100, "strict": true }, "type": "module", "version": "3.0.1", "xo": { "prettier": true, "rules": { "capitalized-comments": "off" } } }