Skip to content

Commit b81001f

Browse files
committed
Refactor to use more explicit names
1 parent 69583d2 commit b81001f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,19 +134,19 @@
134134
},
135135
"remarkConfig": {
136136
"plugins": [
137-
"preset-wooorm",
137+
"remark-preset-wooorm",
138138
[
139-
"gfm",
139+
"remark-gfm",
140140
{
141141
"tablePipeAlign": false
142142
}
143143
],
144144
[
145-
"lint-table-pipe-alignment",
145+
"remark-lint-table-pipe-alignment",
146146
false
147147
],
148148
[
149-
"lint-no-html",
149+
"remark-lint-no-html",
150150
false
151151
]
152152
]

0 commit comments

Comments
 (0)