..
cache.js
Refactor cache.js to simplify use.
2022-06-02 21:33:31 -07:00
constants.js
Update to version 0.26.1.
2022-07-24 12:31:06 -07:00
markdownlint.d.ts
Update dependencies: c8 to 7.11.3, eslint to 8.18.0, eslint-plugin-jsdoc to 39.3.3, eslint-plugin-unicorn to 42.0.0, globby to 13.1.2, markdown-it-texmath to 1.0.0, markdownlint-rule-helpers to 0.16.0, ts-loader to 9.3.0, typescript to 4.7.4, webpack to 5.73.0, webpack-cli to 4.10.0.
2022-06-20 04:41:08 +00:00
markdownlint.js
Update token annotation to call helpers.forEachInlineCodeSpan only when necessary for ~11% time reduction measured via profile-fixture.mjs on GitHub Codespaces.
2022-06-17 05:29:12 +00:00
md001.js
Add lint rules from eslint-plugin-unicorn.
2020-09-06 20:34:10 -07:00
md002.js
Fix grammar issues in Rules.md.
2020-12-30 16:42:34 -08:00
md003.js
Update all rules to better handle wrongly-typed configuration parameters.
2020-01-25 18:40:39 -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
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
md006.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
md007.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
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
Replace helpers.overlapsAnyRange with .withinAnyRange, update code/tests for resulting behavior.
2022-06-02 22:17:32 -07:00
md012.js
Add lint rules from eslint-plugin-unicorn.
2020-09-06 20:34:10 -07:00
md013.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
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
Update MD018/MD019/MD020/MD021 to look specifically for "space" characters (space or tab) instead of RegExp's "\s" characters per CommonMark specification ( fixes #367 ).
2021-02-03 22:05:07 -08:00
md019.js
Update MD018/MD019/MD020/MD021 to look specifically for "space" characters (space or tab) instead of RegExp's "\s" characters per CommonMark specification ( fixes #367 ).
2021-02-03 22:05:07 -08:00
md020.js
Update MD018/MD019/MD020/MD021 to look specifically for "space" characters (space or tab) instead of RegExp's "\s" characters per CommonMark specification ( fixes #367 ).
2021-02-03 22:05:07 -08:00
md021.js
Fix an instance of "Polynomial regular expression used on uncontrolled data".
2022-01-21 21:51:36 -08:00
md022.js
Update all rules to better handle wrongly-typed configuration parameters.
2020-01-25 18:40:39 -08:00
md023.js
Update dependencies: eslint-plugin-jsdoc to 31.6.0, eslint-plugin-unicorn to 27.0.0.
2021-02-06 19:55:22 -08:00
md024.js
Update all rules to better handle wrongly-typed configuration parameters.
2020-01-25 18:40:39 -08:00
md025.js
Fix grammar issues in Rules.md.
2020-12-30 16:42:34 -08:00
md026.js
Fix an instance of "Polynomial regular expression used on uncontrolled data".
2022-01-20 20:02:14 -08:00
md027.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
md028.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
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
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
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
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
md033.js
Replace helpers.overlapsAnyRange with .withinAnyRange, update code/tests for resulting behavior.
2022-06-02 22:17:32 -07:00
md034.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
md035.js
Update MD035/hr-style to preserve embedded spaces in thematic break markup ( fixes #498 ).
2022-04-28 21:53:51 -07:00
md036.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
md037.js
Update MD037/no-space-in-emphasis to ignore embedded underscore emphasis markers ( fixes #444 , fixes #408 , fixes #354 , fixes #324 ).
2021-12-21 22:21:28 +00:00
md038.js
Update MD038/no-space-in-code to check token.content before calling helpers.forEachInlineCodeSpan for ~6% time reduction measured via profile-fixture.mjs on Apple Silicon M1.
2022-06-12 19:04:39 -07:00
md039.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
md040.js
Expose shared.js helper code for custom rule authors ( fixes #134 ).
2019-04-13 11:18:57 -07:00
md041.js
Update MD041/first-line-heading to recognize HTML headings ( fixes #366 ).
2021-01-31 15:51:57 -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
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
md044.js
Replace helpers.overlapsAnyRange with .withinAnyRange, update code/tests for resulting behavior.
2022-06-02 22:17:32 -07:00
md045.js
Expose shared.js helper code for custom rule authors ( fixes #134 ).
2019-04-13 11:18:57 -07:00
md046.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
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
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
md049-md050.js
Unify near-identical implementations of MD049/emphasis-style and MD050/strong-style.
2022-05-03 21:59:49 -07:00
md051.js
Update MD051/link-fragments to support id attributes on non-a elements ( fixes #538 ).
2022-07-27 21:42:05 -07:00
md052.js
Add MD052/reference-links-images and MD053/link-image-reference-definitions for reporting issues with link and image references ( fixes #144 , fixes #390 , fixes #425 , fixes #456 ).
2022-06-01 20:26:01 -07:00
md053.js
Add MD052/reference-links-images and MD053/link-image-reference-definitions for reporting issues with link and image references ( fixes #144 , fixes #390 , fixes #425 , fixes #456 ).
2022-06-01 20:26:01 -07:00
rules.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