markdownlint/lib
2023-11-09 20:05:30 -08:00
..
cache.js Reimplement MD037/no-space-in-emphasis using micromark tokens, report start/end separately for smaller edit spans, remove markdown-it-texmath (fixes #533, fixes #597). 2023-07-24 21:36:55 -07:00
configuration.d.ts Remove rule aliases for "header" (deprecated in v0.9.0). 2023-11-09 20:05:30 -08:00
constants.js Remove MD002 (deprecated in v0.13.0) and MD006 (deprecated in v0.19.0). 2023-11-09 19:47:24 -08:00
markdownlint.d.ts Generate TypeScript declaration for Configuration object from JSON schema (refs #1004, refs #1014). 2023-11-08 19:49:02 -08:00
markdownlint.js Remove MD002 (deprecated in v0.13.0) and MD006 (deprecated in v0.19.0). 2023-11-09 19:47:24 -08:00
md001.js Remove rule aliases for "header" (deprecated in v0.9.0). 2023-11-09 20:05:30 -08:00
md003.js Remove rule aliases for "header" (deprecated in v0.9.0). 2023-11-09 20:05:30 -08:00
md004.js Enable ESLint rule unicorn/no-array-for-each, auto-fix all violations, manually address new issues for ~4% time reduction measured via profile-fixture.mjs on Apple Silicon M1. 2022-06-08 22:10:27 -07:00
md005.js Update MD005, MD007, MD022, MD037, MD038 to not report violations within "htmlFlow" context (fixes #999). 2023-10-21 22:03:11 -07:00
md007.js Update MD005, MD007, MD022, MD037, MD038 to not report violations within "htmlFlow" context (fixes #999). 2023-10-21 22:03:11 -07:00
md009.js Refactor MD009/no-trailing-spaces to remove dependency on helpers.forEachInlineCodeSpan. 2022-06-16 05:19:27 +00:00
md010.js Replace helpers.overlapsAnyRange with .withinAnyRange, update code/tests for resulting behavior. 2022-06-02 22:17:32 -07:00
md011.js Add ESLint plugin eslint-plugin-regexp, enable recommended rules, apply all automated fixes (refs #657). 2022-12-19 21:36:24 -08:00
md012.js Add lint rules from eslint-plugin-unicorn. 2020-09-06 20:34:10 -07:00
md013.js Remove rule aliases for "header" (deprecated in v0.9.0). 2023-11-09 20:05:30 -08:00
md014.js Enable ESLint rule unicorn/no-array-for-each, auto-fix all violations, manually address new issues for ~4% time reduction measured via profile-fixture.mjs on Apple Silicon M1. 2022-06-08 22:10:27 -07:00
md018.js Remove rule aliases for "header" (deprecated in v0.9.0). 2023-11-09 20:05:30 -08:00
md019.js Remove rule aliases for "header" (deprecated in v0.9.0). 2023-11-09 20:05:30 -08:00
md020.js Remove rule aliases for "header" (deprecated in v0.9.0). 2023-11-09 20:05:30 -08:00
md021.js Remove rule aliases for "header" (deprecated in v0.9.0). 2023-11-09 20:05:30 -08:00
md022.js Remove rule aliases for "header" (deprecated in v0.9.0). 2023-11-09 20:05:30 -08:00
md023.js Remove rule aliases for "header" (deprecated in v0.9.0). 2023-11-09 20:05:30 -08:00
md024.js Remove rule aliases for "header" (deprecated in v0.9.0). 2023-11-09 20:05:30 -08:00
md025.js Remove rule aliases for "header" (deprecated in v0.9.0). 2023-11-09 20:05:30 -08:00
md026.js Remove rule aliases for "header" (deprecated in v0.9.0). 2023-11-09 20:05:30 -08:00
md027.js Update all references to "params.tokens" to "params.parsers.markdownit.tokens" for clarity. 2023-02-25 15:50:57 -08:00
md028.js Update all references to "params.tokens" to "params.parsers.markdownit.tokens" for clarity. 2023-02-25 15:50:57 -08:00
md029.js Enable ESLint rule unicorn/no-array-for-each, auto-fix all violations, manually address new issues for ~4% time reduction measured via profile-fixture.mjs on Apple Silicon M1. 2022-06-08 22:10:27 -07:00
md030.js Reimplement MD030/list-marker-space using micromark tokens, improve range accuracy. 2023-10-10 22:03:18 -07:00
md031.js Update MD031/blanks-around-fences to avoid duplicating list item markers when adding blank lines (fixes #485). 2022-05-14 19:18:13 -07:00
md032.js Refactor new MD054/link-image-style rule, add tests, update documentation (fixes #40, fixes #399). 2023-11-02 19:48:55 -07:00
md033.js Update MD045/no-alt-text to report instances of HTML "img" tags missing an "alt" attribute (fixes #992). 2023-10-18 23:20:19 -07:00
md034.js Update MD034/no-bare-urls to restore per-sibling scan (vs. all-element scan) and ignore tokens inside an htmlFlow context. 2023-10-23 20:55:37 -07:00
md035.js Reimplement MD035/hr-style using micromark tokens (fixes #736). 2023-03-06 21:39:21 -08:00
md036.js Remove rule aliases for "header" (deprecated in v0.9.0). 2023-11-09 20:05:30 -08:00
md037.js Update MD005, MD007, MD022, MD037, MD038 to not report violations within "htmlFlow" context (fixes #999). 2023-10-21 22:03:11 -07:00
md038.js Update MD005, MD007, MD022, MD037, MD038 to not report violations within "htmlFlow" context (fixes #999). 2023-10-21 22:03:11 -07:00
md039.js Add ESLint plugin eslint-plugin-regexp, enable recommended rules, apply all automated fixes (refs #657). 2022-12-19 21:36:24 -08:00
md040.js Update MD040/fenced-code-language to add language_only parameter to reject extra data in info string. 2022-11-10 22:07:04 -08:00
md041.js Remove rule aliases for "header" (deprecated in v0.9.0). 2023-11-09 20:05:30 -08:00
md042.js Enable ESLint rule unicorn/no-array-for-each, auto-fix all violations, manually address new issues for ~4% time reduction measured via profile-fixture.mjs on Apple Silicon M1. 2022-06-08 22:10:27 -07:00
md043.js Remove rule aliases for "header" (deprecated in v0.9.0). 2023-11-09 20:05:30 -08:00
md044.js Refactor micromark token handling to remove optional Token.htmlFlowChildren property and make related code more efficient for a ~6% elapsed time reduction. 2023-09-02 19:32:25 -07:00
md045.js Add getHtmlAttributeRe helper for creating a RegExp to match an HTML attribute name/value. 2023-10-18 23:45:39 -07:00
md046.js Update all references to "params.tokens" to "params.parsers.markdownit.tokens" for clarity. 2023-02-25 15:50:57 -08:00
md047.js Update applyFix to make line ending optional, MD047 to highlight only last character. 2019-09-20 21:50:44 -07:00
md048.js Update all references to "params.tokens" to "params.parsers.markdownit.tokens" for clarity. 2023-02-25 15:50:57 -08:00
md049-md050.js Refactor new MD054/link-image-style rule, add tests, update documentation (fixes #40, fixes #399). 2023-11-02 19:48:55 -07:00
md051.js Remove deprecated ESLint rules after version update. 2023-11-05 20:18:39 -08:00
md052.js Update MD052/reference-links-images to add a shortcut_syntax parameter for opting into shortcut scanning (fixes #915). 2023-09-04 16:40:48 -07:00
md053.js Refactor new MD054/link-image-style rule, add tests, update documentation (fixes #40, fixes #399). 2023-11-02 19:48:55 -07:00
md054.js Tweak rule parameters to avoid confusing the TypeScript type system. 2023-11-03 20:24:08 -07:00
rules.js Remove MD002 (deprecated in v0.13.0) and MD006 (deprecated in v0.19.0). 2023-11-09 19:47:24 -08:00