Skip to content

Commit fa1ad0c

Browse files
committed
fix: review suggestions
1 parent 97038e1 commit fa1ad0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tools/update-docs.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class DocFile {
124124
if (meta.docs?.categories) {
125125
const presets = getPresetIds(meta.docs.categories).map(
126126
// non-prefixed configs are for vue2
127-
// e.g. 'recommended' -> 'vue2-recommended'
127+
// e.g. 'vue2-recommended' -> 'recommended'
128128
(categoryId) => `\`"plugin:vue/${categoryId.replace(/^vue2-/, '')}"\``
129129
)
130130

0 commit comments

Comments
 (0)