Skip to content

Commit

Permalink
⚒ fix scripts/update-docs-index
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Jun 19, 2019
1 parent ffdfc48 commit 71a516e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-docs-index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const { withCategories } = require("./lib/rules")
*/
function toTableRow(rule) {
const mark = `${rule.recommended ? "🌟" : ""}${rule.fixable ? "✒️" : ""}`
const link = `[eslint-comments/<wbr>${rule.name}](./${rule.name}.html)`
const link = `[eslint-comments/<wbr>${rule.name}](./${rule.name}.md)`
const description = rule.description || "(no description)"
return `| ${link} | ${description} | ${mark} |`
}
Expand Down

0 comments on commit 71a516e

Please sign in to comment.