Skip to content

Commit 50c3919

Browse files
committed
chore: fix update script
1 parent 61f599e commit 50c3919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/update-docs.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ class DocFile {
136136
const footer = `## Implementation
137137
138138
- [Rule source](https://github.com/future-architect/eslint-plugin-vue-scoped-css/blob/master/lib/rules/${ruleName}.ts)
139-
- [Test source](https://github.com/future-architect/eslint-plugin-vue-scoped-css/blob/master/tests/lib/rules/${ruleName}.js)
139+
- [Test source](https://github.com/future-architect/eslint-plugin-vue-scoped-css/blob/master/tests/lib/rules/${ruleName}.ts)
140140
`;
141141
if (footerPattern.test(this.content)) {
142142
this.content = this.content.replace(footerPattern, footer);

0 commit comments

Comments
 (0)