David Anson
|
a4c553a45a
|
Update to version 0.37.4.
|
2025-01-14 23:39:35 -08:00 |
|
David Anson
|
74b1c195e3
|
Update to version 0.37.3.
|
2024-12-30 19:48:55 -08:00 |
|
David Anson
|
5fad452106
|
Update to version 0.37.2.
|
2024-12-18 21:31:43 -08:00 |
|
David Anson
|
af086995ed
|
Update to version 0.37.1.
|
2024-12-14 20:16:59 -08:00 |
|
David Anson
|
62073a8fde
|
Update to version 0.37.0.
|
2024-12-07 18:12:13 -08:00 |
|
David Anson
|
8da43dd246
|
Update to use named exports via / /async /promise /sync, simplify references via self-referencing, refine examples.
|
2024-12-03 19:58:47 -08:00 |
|
David Anson
|
1e71f6f44e
|
Convert markdownlint library to an ECMAScript module, replace markdownlint-micromark with micromark, stop publishing (large) markdownlint-browser.js, see https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c for guidance.
|
2024-11-29 18:29:21 -08:00 |
|
David Anson
|
368cb1be5f
|
Update to version 0.36.1.
|
2024-10-27 22:10:33 -07:00 |
|
David Anson
|
e708143a28
|
Update to version 0.36.0.
|
2024-10-25 19:59:23 -07:00 |
|
David Anson
|
04c693b00b
|
Update MD051/link-fragments to add ignore_case parameter and improve documentation (fixes #1274).
|
2024-10-08 22:40:25 -07:00 |
|
David Anson
|
164bbac651
|
Add @stylistic/eslint-plugin to ESLint configuration.
|
2024-09-01 16:16:05 -07:00 |
|
David Anson
|
fe02674ce0
|
Update to version 0.35.0.
|
2024-08-28 20:41:14 -07:00 |
|
David Anson
|
9c8e7156e1
|
Create strict JSON Schema for configuration (standalone for ease of use) and corresponding strict TypeScript type (via extends for conciseness) (fixes #1248).
|
2024-08-27 20:47:33 -07:00 |
|
David Anson
|
26466108e9
|
Add new rule MD058/blanks-around-tables (fixes #132).
|
2024-06-03 21:16:45 -07:00 |
|
David Anson
|
b2305efafb
|
Update to version 0.34.0.
|
2024-03-20 20:44:38 -07:00 |
|
David Anson
|
ac47b5772f
|
Remove yaml package as a (dev) dependency.
|
2024-02-17 15:33:27 -08:00 |
|
David Anson
|
9c77f92616
|
Update to version 0.33.0.
|
2024-01-07 17:22:52 -08:00 |
|
David Anson
|
30d62f19ac
|
Add rule MD056/table-column-count (fixes #92).
|
2024-01-06 20:06:47 -08:00 |
|
David Anson
|
7d2248d211
|
Update MD055/table-pipe-style to support "consistent" and other styles, use micromark positioning, report ranges, add more tests.
|
2023-12-30 18:15:38 -08:00 |
|
David Anson
|
f2725178b1
|
Update MD024/no-duplicate-heading to remove duplicate parameter allow_different_nesting which confuses people.
|
2023-12-05 19:23:17 -08:00 |
|
David Anson
|
9270513f14
|
Add instructions for "Validating Configuration" to explain how to use the JSON Schema with configuration objects/files.
|
2023-11-26 20:10:31 -08:00 |
|
David Anson
|
316b0989c3
|
Add $id to configuration schema, switch to version-specific repository links.
|
2023-11-24 15:23:36 -08:00 |
|
David Anson
|
dd7b9db685
|
Update to version 0.32.1.
|
2023-11-14 20:01:30 -08:00 |
|
David Anson
|
49ef661478
|
Update to version 0.32.0.
|
2023-11-13 21:16:33 -08:00 |
|
David Anson
|
b709a2f624
|
Update MD054/link-image-style to add url_inline parameter (fixes #753).
|
2023-11-12 22:46:30 -08:00 |
|
David Anson
|
063310e51a
|
Update MD054/link-image-style to split reference parameter into full/collapsed/shortcut parameters (fixes #918).
|
2023-11-11 22:12:50 -08:00 |
|
David Anson
|
a9a77940c5
|
Remove rule aliases for "header" (deprecated in v0.9.0).
|
2023-11-09 20:05:30 -08:00 |
|
David Anson
|
20a552b4b7
|
Remove MD002 (deprecated in v0.13.0) and MD006 (deprecated in v0.19.0).
|
2023-11-09 19:47:24 -08:00 |
|
David Anson
|
d4bfb633bb
|
Generate TypeScript declaration for Configuration object from JSON schema (refs #1004, refs #1014).
|
2023-11-08 19:49:02 -08:00 |
|
David Anson
|
3b1dfe42df
|
Remove deprecated ESLint rules after version update.
|
2023-11-05 20:18:39 -08:00 |
|
David Anson
|
18497ff03c
|
Add rule information links to JSON schema for configuration files and corresponding examples (link is clickable in VS Code tooltips).
|
2023-11-03 20:24:08 -07:00 |
|
David Anson
|
10f095c4fd
|
Refactor new MD054/link-image-style rule, add tests, update documentation (fixes #40, fixes #399).
|
2023-11-02 19:48:55 -07:00 |
|
Tommy G
|
460836445c
|
Add new MD054/link-image-style rule (in-progress PR, no generated files).
|
2023-11-02 19:48:55 -07:00 |
|
David Anson
|
dd6fe21ac7
|
Convert JSON schema validation to use @hyperjump/json-schema, validate against specific schema version, newly validate schema definition, add missing "$schema" property.
|
2023-09-27 22:48:01 -07:00 |
|
David Anson
|
c118c1160a
|
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 |
|
David Anson
|
d9de1dd22f
|
Update MD022/blanks-around-headings to allow specifying a different number of blank lines for each heading level (fixes #504).
|
2023-08-08 22:56:59 -07:00 |
|
David Anson
|
809841098d
|
Update MD022/blanks-around-headings to allow passing -1 for lines_above/lines_below to allow any number of blank lines in that direction (fixes #546).
|
2023-08-06 15:24:35 -07:00 |
|
David Anson
|
c83ac3f3db
|
Improve/be consistent with a few parameter descriptions.
|
2023-07-29 15:20:10 -07:00 |
|
Simon Schrottner
|
3e454481fd
|
Use proper YAML serialization to produce correct example output for multi-item arrays (fixes #721).
|
2023-02-20 15:04:05 -08:00 |
|
David Anson
|
868edf889e
|
Manually fix three new ESLint warnings from the eslint-plugin-regexp plugin (refs #657).
|
2022-12-19 21:51:18 -08:00 |
|
Sébastien Règne
|
72439f42c6
|
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 |
|
Mateus Ferreira
|
37f74ee958
|
Update MD043/required-headings to add match_case parameter (fixes #613).
|
2022-10-22 00:15:50 -07:00 |
|
Sam Chen
|
01ba757d3a
|
Update MD040/fenced-code-language to add allowed_languages parameter (fixes #610).
|
2022-10-17 12:29:29 -07:00 |
|
Nick Schonning
|
b5660eae7e
|
doc: clarify description for MD026 punctuation (#587)
|
2022-09-23 08:00:07 -07:00 |
|
David Anson
|
4c00ffa2f0
|
Fix new violations from eslint-plugin-unicorn update.
|
2022-08-15 21:20:27 -07:00 |
|
David Anson
|
a6489acd6b
|
Update MD053/link-image-reference-definitions to add ignored_definitions parameter (default to ["//"]) (fixes #545).
|
2022-08-02 20:36:47 -07:00 |
|
David Anson
|
b6471fba31
|
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 |
|
David Anson
|
c5ca661b96
|
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 |
|
David Anson
|
b447c809bd
|
Update MD010/no-hard-tabs to add ignore_code_languages parameter (fixes #383).
|
2022-04-28 21:09:06 -07:00 |
|
David Anson
|
0f845e9ba1
|
Update MD044/proper-names to add html_elements parameter (fixes #435).
|
2022-04-25 21:50:33 -07:00 |
|