Skip to content

Commit

Permalink
feat(linter): Format the configuration documentation correctly
Browse files Browse the repository at this point in the history
The categories section in the documentation is not formatted correctly. This fix aims to correct the formatting.
  • Loading branch information
tapanprakasht committed Jan 18, 2025
1 parent d3fd7a9 commit b8a648d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/oxc_linter/src/config/categories.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Configure an entire category of rules all at once.
Rules enabled or disabled this way will be overwritten by individual rules in the `rules` field.
# Example
Example
```json
{
"$schema": "./node_modules/oxlint/configuration_schema.json",
Expand Down

0 comments on commit b8a648d

Please sign in to comment.