We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61f599e commit 50c3919Copy full SHA for 50c3919
tools/update-docs.ts
@@ -136,7 +136,7 @@ class DocFile {
136
const footer = `## Implementation
137
138
- [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)
+- [Test source](https://github.com/future-architect/eslint-plugin-vue-scoped-css/blob/master/tests/lib/rules/${ruleName}.ts)
140
`;
141
if (footerPattern.test(this.content)) {
142
this.content = this.content.replace(footerPattern, footer);
0 commit comments