Skip to content

Commit

Permalink
docs: remove semicolon where not necessary (#2693)
Browse files Browse the repository at this point in the history
  • Loading branch information
thefourtheye authored Jul 27, 2021
1 parent a768cd9 commit 4707758
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions @commitlint/config-conventional/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,8 @@ body" # passes
- level: `error`
- **value**

```js
100;
```
100
```

```sh
Expand Down

0 comments on commit 4707758

Please sign in to comment.