We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55fe66c commit d500de3Copy full SHA for d500de3
package.json
@@ -12,7 +12,7 @@
12
"Titus Wormer <tituswormer@gmail.com> (wooorm.com)"
13
],
14
"devDependencies": {
15
- "remark-cli": "^10.0.0",
+ "remark-cli": "^11.0.0",
16
"remark-preset-wooorm": "^9.0.0"
17
},
18
"scripts": {
@@ -21,12 +21,12 @@
21
22
"remarkConfig": {
23
"settings": {
24
- "listItemIndent": "1"
+ "listItemIndent": "one"
25
26
"plugins": [
27
- "preset-wooorm",
+ "remark-preset-wooorm",
28
[
29
- "lint-list-item-indent",
+ "remark-lint-list-item-indent",
30
"space"
31
]
32
0 commit comments