Skip to content

Commit

Permalink
fix(web): remove duplicated example in ide setup on configulation file
Browse files Browse the repository at this point in the history
Signed-off-by: keisuke.yamashita <[email protected]>
  • Loading branch information
KeisukeYamashita committed Dec 3, 2024
1 parent 90565c1 commit 797d08c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions web/src/content/docs/config/IDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,7 @@ Associating schemas with YAMLs are supported by the [YAML language server](https

### Specify schema in the configuration file

```json
{
"$schema": "https://github.com/KeisukeYamashita/commitlint-rs/releases/download/v0.2.0/schema.json",
"rules": {}
}
```
You can also specify the schema in the configuration file directly.

#### JSON

Expand Down

0 comments on commit 797d08c

Please sign in to comment.