Skip to content

Commit

Permalink
docs: remove /ts prefix from eslint-stylistic replacement rule link (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Namchee committed Feb 7, 2024
1 parent 745dd66 commit b014518
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function insertFormattingNotice(page: RuleDocsPage): void {

const url =
replacement &&
`https://eslint.style/rules/ts/${replacement.replace('@stylistic/', '')}`;
`https://eslint.style/rules/${replacement.replace('@stylistic/', '')}`;

page.spliceChildren(0, 0, {
value: `
Expand Down

0 comments on commit b014518

Please sign in to comment.