File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -370,7 +370,7 @@ impl RuleSource {
370370 Self :: EslintBarrelFiles ( rule_name) => format ! ( "https://github.com/thepassle/eslint-plugin-barrel-files/blob/main/docs/rules/{rule_name}.md" ) ,
371371 Self :: EslintN ( rule_name) => format ! ( "https://github.com/eslint-community/eslint-plugin-n/blob/master/docs/rules/{rule_name}.md" ) ,
372372 Self :: EslintNext ( rule_name) => format ! ( "https://nextjs.org/docs/messages/{rule_name}" ) ,
373- Self :: EslintQwik ( rule_name) => format ! ( "https://qwik.dev/docs/advanced/eslint#{rule_name}" ) ,
373+ Self :: EslintQwik ( rule_name) => format ! ( "https://qwik.dev/docs/advanced/eslint/ #{rule_name}" ) ,
374374 Self :: Stylelint ( rule_name) => format ! ( "https://github.com/stylelint/stylelint/blob/main/lib/rules/{rule_name}/README.md" ) ,
375375 Self :: EslintNoSecrets ( _) => "https://github.com/nickdeis/eslint-plugin-no-secrets/blob/master/README.md" . to_string ( ) ,
376376 Self :: EslintRegexp ( rule_name) => format ! ( "https://ota-meshi.github.io/eslint-plugin-regexp/rules/{rule_name}.html" ) ,
You can’t perform that action at this time.
0 commit comments