-
-
Notifications
You must be signed in to change notification settings - Fork 930
Closed
Labels
A-linterArea - LinterArea - LinterC-docsCategory - Documentation. Related to user-facing or internal documentationCategory - Documentation. Related to user-facing or internal documentationgood first issueExperience Level - Good for newcomersExperience Level - Good for newcomers
Description
In my PR I was using the old template which I copied from another rule, the new template shows the Bad and Good examples different.
There are still rules around which use the old template i.e.:
/// ### Example
/// ```jsx
/// // Bad
/// <html />
///
/// // Good
/// <html lang="en" />
/// ```
They can be found with:
git grep "\/\/ Bad"
And one uses a different template:
crates/oxc_linter/src/rules/typescript/no_useless_empty_export.rs: /// ### Bad
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-linterArea - LinterArea - LinterC-docsCategory - Documentation. Related to user-facing or internal documentationCategory - Documentation. Related to user-facing or internal documentationgood first issueExperience Level - Good for newcomersExperience Level - Good for newcomers
Type
Fields
Give feedbackPriority
None yet