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 ffdfc48 commit 71a516eCopy full SHA for 71a516e
scripts/update-docs-index.js
@@ -15,7 +15,7 @@ const { withCategories } = require("./lib/rules")
15
*/
16
function toTableRow(rule) {
17
const mark = `${rule.recommended ? "🌟" : ""}${rule.fixable ? "✒️" : ""}`
18
- const link = `[eslint-comments/<wbr>${rule.name}](./${rule.name}.html)`
+ const link = `[eslint-comments/<wbr>${rule.name}](./${rule.name}.md)`
19
const description = rule.description || "(no description)"
20
return `| ${link} | ${description} | ${mark} |`
21
}
0 commit comments