markdownlint/test/rules
2024-10-06 21:06:16 -07:00
..
npm Add Rule.parser property for custom rules to specify which Markdown parser output they use, honor it strictly, and add full type support. 2024-03-13 20:55:57 -07:00
any-blockquote.js Address new violations of @stylistic/no-extra-parens. 2024-10-06 21:06:16 -07:00
every-n-lines.js Refactor to remove forEachLine and getLineMetadata helpers, reimplement MD012/MD018/MD020/MD031 using micromark tokens. 2024-08-17 17:58:16 -07:00
first-line.js Add Rule.parser property for custom rules to specify which Markdown parser output they use, honor it strictly, and add full type support. 2024-03-13 20:55:57 -07:00
letters-E-X.js Add Rule.parser property for custom rules to specify which Markdown parser output they use, honor it strictly, and add full type support. 2024-03-13 20:55:57 -07:00
lint-javascript.js Address new violations of @stylistic/no-extra-parens. 2024-10-06 21:06:16 -07:00
rules.js Refactor RegExps to avoid the possibility of polynomial backtracking (fixes #657). 2024-10-05 18:07:45 -07:00
validate-json.js Address new violations of @stylistic/no-extra-parens. 2024-10-06 21:06:16 -07:00