Josh Goldberg
b63647f6b1
Moved rules into their own files
...
Everything under `lib/rules/*` is a rules file (with the name of the rule in camelCase), re-exported into an array in `lib/rules.js`.
Moved the regular expressions from `lib/rules.js` to `lib/expressions.js`, and the rest of the variables into `lib/shared.js`.
2017-10-29 19:55:01 -07:00
David Anson
0a678d25c1
Ignore the content of (valid) HTML comments when linting ( fixes #64 ).
2017-07-16 23:08:47 -07:00
David Anson
5bea80f5cd
Ignore TOML front matter in addition to YAML ( fixes #63 ).
2017-07-02 20:33:29 -07:00
David Anson
ba3614868b
Update dependency: eslint to 3.9.1.
2016-11-02 22:09:16 -07:00
David Anson
9546cc520e
Add rule aliases, support throughout ( fixes #1 ).
2016-01-12 21:29:17 -08:00
David Anson
31141cc3ed
Add support for disabling/enabling rules within Markdown content ( fixes #5 ).
2015-09-26 16:55:33 -07:00
David Anson
a467f8b3e6
Automatically ignore common front matter; provide option for customization ( fixes #2 ).
2015-07-25 22:18:30 -07:00
David Anson
63a52e9dea
Document public API, comment framework code.
2015-03-15 23:39:17 -07:00
David Anson
9bedd25234
Add MD022 with tests, create shared module.
2015-03-08 23:09:05 -07:00