From 4707758e8657047532f38d829cd510791c0a9091 Mon Sep 17 00:00:00 2001 From: Sakthipriyan Vairamani Date: Tue, 27 Jul 2021 12:34:32 +0530 Subject: [PATCH] docs: remove semicolon where not necessary (#2693) --- @commitlint/config-conventional/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/@commitlint/config-conventional/README.md b/@commitlint/config-conventional/README.md index 7ca4343c2e..c0dbebeb95 100644 --- a/@commitlint/config-conventional/README.md +++ b/@commitlint/config-conventional/README.md @@ -207,8 +207,8 @@ body" # passes - level: `error` - **value** -```js -100; +``` +100 ``` ```sh