remark-lint-no-file-name-articles
Warn when file name start with an article.
Install
npm install --save remark-lint-no-file-name-articles
Example
When this rule is turned on, the following file
title.md
is ok:
When turned on is passed in, the following error is given:
1:1: Do not start file names with `a`
When turned on is passed in, the following error is given:
1:1: Do not start file names with `the`
When turned on is passed in, the following error is given:
1:1: Do not start file names with `teh`
When turned on is passed in, the following error is given:
1:1: Do not start file names with `an`
License
MIT © Titus Wormer