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 1291d07 commit 7e7cf4dCopy full SHA for 7e7cf4d
website/theme/components/RuleStates/rule.tsx
@@ -58,7 +58,7 @@ const fetcher = async (url: string): Promise<RuleManifest> => {
58
};
59
60
function getRuleUrl(rule: Rule): string {
61
- if (rule.group === '@typescript-eslint/eslint-plugin') {
+ if (rule.group === '@typescript-eslint') {
62
return `https://typescript-eslint.io/rules/${rule.name}`;
63
}
64
// https://github.com/import-js/eslint-plugin-import/blob/main/docs/rules/no-self-import.md
0 commit comments