From e42acd36e63207c3044fced20bb7949acb0699b6 Mon Sep 17 00:00:00 2001 From: Adam DeHaven Date: Wed, 5 Jun 2024 11:59:57 -0400 Subject: [PATCH] docs: update readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 2e86dbe..a7d7a45 100644 --- a/README.md +++ b/README.md @@ -57,9 +57,7 @@ import eslintKongUiConfig from '@kong/eslint-config-kong-ui/default' #### JSON config -The JSON config provides linting for files matching this pattern `**/*.{json,jsonc}` and includes rules configured via: - -- `eslint-plugin-jsonc` +The JSON config provides linting for files matching this pattern `**/*.{json,jsonc}` and includes rules and preferred formatting settings configured via `eslint-plugin-jsonc`. The JSON config can be imported as shown here: