Skip to content

Commit 4042939

Browse files
committed
update doc gen
1 parent 617c990 commit 4042939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/update-docs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ This rule was introduced in eslint-plugin-jsonc ${this.since}
140140
}## :mag: Implementation
141141
142142
- [Rule source](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/lib/rules/${ruleName}.ts)
143-
- [Test source](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/tests/lib/rules/${ruleName}.js)
143+
- [Test source](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/tests/lib/rules/${ruleName}.ts)
144144
${
145145
this.rule.meta.docs.extensionRule
146146
? `

0 commit comments

Comments
 (0)