Skip to content

Commit

Permalink
format docs with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
jeparlefrancais committed May 17, 2024
1 parent 47e178d commit b885b81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/content/rules/remove_comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The `except` parameter is useful to avoid removing specific comments like `--!na

```json5
{
rule: 'remove_comments',
except: ['^--!']
rule: "remove_comments",
except: ["^--!"],
}
```

0 comments on commit b885b81

Please sign in to comment.