David Anson
|
13e375b281
|
Disable ESLint rule func-style.
|
2021-12-11 21:48:00 -08:00 |
|
Jeremy Suriel
|
c6d95cb904
|
Update MD043 to fix required header checks in middle and last when using special char "*" (#396)
|
2021-05-20 12:45:27 -07:00 |
|
David Anson
|
868310a094
|
Remove useless assignment to local variable.
|
2021-01-05 21:06:00 -08:00 |
|
David Anson
|
e20502c494
|
Update MD043/required-headings to treat "*" as "zero or more" and "+" as "one or more" (fixes #281).
|
2020-11-23 20:47:28 -08:00 |
|
David Anson
|
3238ed4249
|
Update all rules to better handle wrongly-typed configuration parameters.
|
2020-01-25 18:40:39 -08:00 |
|
David Anson
|
7e980401b8
|
Expose shared.js helper code for custom rule authors (fixes #134).
|
2019-04-13 11:18:57 -07:00 |
|
David Anson
|
213aef4564
|
Convert var to const/let (except in browser-only code).
|
2018-04-27 22:05:34 -07:00 |
|
Milos Levacic
|
45424cf459
|
Change "header" to "heading" across the library
This should be backward compatible, as all "header" aliases are still
available, though documented as discouraged for future use.
|
2018-04-18 22:27:48 -07:00 |
|
David Anson
|
9ba143555d
|
Move each rule implementation into its own file (fixes #83).
|
2018-01-21 21:44:25 -08:00 |
|