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 6d5f61c commit b807d74Copy full SHA for b807d74
package.json
@@ -12,23 +12,16 @@
12
"Titus Wormer <tituswormer@gmail.com> (wooorm.com)"
13
],
14
"devDependencies": {
15
- "remark-cli": "^11.0.0",
16
- "remark-preset-wooorm": "^9.0.0"
+ "remark-cli": "^12.0.0",
+ "remark-preset-wooorm": "^10.0.0"
17
},
18
"scripts": {
19
"format": "remark . -qo",
20
"test": "npm run format"
21
22
"remarkConfig": {
23
- "settings": {
24
- "listItemIndent": "one"
25
- },
26
"plugins": [
27
- "remark-preset-wooorm",
28
- [
29
- "remark-lint-list-item-indent",
30
- "space"
31
- ]
+ "remark-preset-wooorm"
32
]
33
}
34
0 commit comments