From 19fa90e1f11165ecc5fe2245b81766de93876459 Mon Sep 17 00:00:00 2001 From: Benjamin Vincent Date: Mon, 4 May 2020 00:37:54 -0400 Subject: [PATCH] fix: readme chang json to jsonc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab2a697..6619d84 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Then add sort-keys-fix rule under the rules section. Often it makes sense to enable `sort-keys-fix` only for certain files/directories. For cases like that, use override key of eslint config: -```json +```jsonc { "rules": { // ...