Package Exports
- remark-lint-no-file-name-outer-dashes
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-file-name-outer-dashes) 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-file-name-outer-dashes
Warn when file names contain initial or final dashes.
Install
npm install --save remark-lint-no-file-name-outer-dashes
Example
When this rule is turned on, the following file
readme.md
is ok:
When turned on is passed in, the following error is given:
1:1: Do not use initial or final dashes in a file name
When turned on is passed in, the following error is given:
1:1: Do not use initial or final dashes in a file name