You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# eslint-plugin-markdown-preferences
2
2
3
+
## 0.39.0
4
+
5
+
### Minor Changes
6
+
7
+
-[#222](https://github.com/ota-meshi/eslint-plugin-markdown-preferences/pull/222)[`24995eb`](https://github.com/ota-meshi/eslint-plugin-markdown-preferences/commit/24995ebe94f8e581b31d40e51ce46f1ecbcd8ce7) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - feat([`markdown-preferences/ordered-list-marker-sequence`](https://ota-meshi.github.io/eslint-plugin-markdown-preferences/rules/ordered-list-marker-sequence.html)): add `increment` option to enforce either sequential numbering or using `1.` for all items
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -224,7 +224,7 @@ The rules with the following 💄 are included in the `standard` config.
224
224
|[markdown-preferences/atx-heading-closing-sequence](https://ota-meshi.github.io/eslint-plugin-markdown-preferences/rules/atx-heading-closing-sequence.html)| enforce consistent use of closing sequence in ATX headings. | 🔧 | 💄 |
|[markdown-preferences/no-laziness-blockquotes](https://ota-meshi.github.io/eslint-plugin-markdown-preferences/rules/no-laziness-blockquotes.html)| disallow laziness in blockquotes || ⭐💄 |
227
-
|[markdown-preferences/ordered-list-marker-sequence](https://ota-meshi.github.io/eslint-plugin-markdown-preferences/rules/ordered-list-marker-sequence.html)| enforce that ordered list markers use sequential numbers | 🔧 | 💄 |
227
+
|[markdown-preferences/ordered-list-marker-sequence](https://ota-meshi.github.io/eslint-plugin-markdown-preferences/rules/ordered-list-marker-sequence.html)| enforce consistent ordered list marker numbering (sequential or flat)| 🔧 | 💄 |
|[markdown-preferences/sort-definitions](https://ota-meshi.github.io/eslint-plugin-markdown-preferences/rules/sort-definitions.html)| enforce a specific order for link definitions and footnote definitions | 🔧 | 💄 |
230
230
|[markdown-preferences/table-leading-trailing-pipes](https://ota-meshi.github.io/eslint-plugin-markdown-preferences/rules/table-leading-trailing-pipes.html)| enforce consistent use of leading and trailing pipes in tables. | 🔧 | 💄 |
Copy file name to clipboardExpand all lines: docs/rules/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ The rules with the following 💄 are included in the `plugin.configs.standard`
96
96
|[markdown-preferences/atx-heading-closing-sequence](./atx-heading-closing-sequence.md)| enforce consistent use of closing sequence in ATX headings. | 🔧 | 💄 |
|[markdown-preferences/no-laziness-blockquotes](./no-laziness-blockquotes.md)| disallow laziness in blockquotes || ⭐💄 |
99
-
|[markdown-preferences/ordered-list-marker-sequence](./ordered-list-marker-sequence.md)| enforce that ordered list markers use sequential numbers | 🔧 | 💄 |
99
+
|[markdown-preferences/ordered-list-marker-sequence](./ordered-list-marker-sequence.md)| enforce consistent ordered list marker numbering (sequential or flat)| 🔧 | 💄 |
|[markdown-preferences/sort-definitions](./sort-definitions.md)| enforce a specific order for link definitions and footnote definitions | 🔧 | 💄 |
102
102
|[markdown-preferences/table-leading-trailing-pipes](./table-leading-trailing-pipes.md)| enforce consistent use of leading and trailing pipes in tables. | 🔧 | 💄 |
> enforce that ordered list markers use sequential numbers
11
+
> enforce consistent ordered list marker numbering (sequential or flat)
12
12
13
13
- ⚙️ This rule is included in `plugin.configs.standard`.
14
14
- 🔧 The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fix-problems) can automatically fix some of the problems reported by this rule.
0 commit comments