Skip to content

Commit 4707758

Browse files
authored
docs: remove semicolon where not necessary (#2693)
1 parent a768cd9 commit 4707758

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

@commitlint/config-conventional/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ body" # passes
207207
- level: `error`
208208
- **value**
209209

210-
```js
211-
100;
210+
```
211+
100
212212
```
213213

214214
```sh

0 commit comments

Comments
 (0)