We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 617c990 commit 4042939Copy full SHA for 4042939
tools/update-docs.ts
@@ -140,7 +140,7 @@ This rule was introduced in eslint-plugin-jsonc ${this.since}
140
}## :mag: Implementation
141
142
- [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)
+- [Test source](https://github.com/ota-meshi/eslint-plugin-jsonc/blob/master/tests/lib/rules/${ruleName}.ts)
144
${
145
this.rule.meta.docs.extensionRule
146
? `
0 commit comments