Skip to content

Commit fb8acdf

Browse files
committed
chore: rename rule
1 parent 01cd808 commit fb8acdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ const vueTs = typescript
271271
return {
272272
...config,
273273
files: [GLOB_VUE],
274-
name: `sxzz/vue/${config.name?.replace("sxzz/", "") || "anonymous"}`,
274+
name: `vue/${config.name || "anonymous"}`,
275275
};
276276
});
277277

0 commit comments

Comments
 (0)