Package Exports
- remark-lint-no-empty-url
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (remark-lint-no-empty-url) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
remark-lint-no-empty-url
Warn for empty URLs in links and images.
Install
npm install --save remark-lint-no-empty-urlExample
When this rule is turned on, the following file
valid.md is ok:
[alpha](http://bravo.com).
.When this rule is turned on, the following file
invalid.md is not ok:
[golf]().
![hotel]().1:1-1:9: Don’t use links without URL
3:1-3:11: Don’t use images without URL