From 1691641b19e8fb544fbca011e0fe163c63f57d75 Mon Sep 17 00:00:00 2001 From: ota-meshi Date: Wed, 27 Mar 2024 09:15:04 +0900 Subject: [PATCH] update docs --- README.md | 4 ++-- docs/user-guide/index.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a60c66ab..a9d6de84 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ npm install --save-dev eslint eslint-plugin-jsonc ### Configuration -#### New (ESLint>=v9) Config (Flat Config) +#### New Config (`eslint.config.js`) Use `eslint.config.js` file to configure rules. See also: . @@ -123,7 +123,7 @@ This plugin will parse `.json`, `.jsonc` and `.json5` by default using the confi See [the rule list](https://ota-meshi.github.io/eslint-plugin-jsonc/rules/) to get the `rules` that this plugin provides. -#### Legacy Config (ESLint. diff --git a/docs/user-guide/index.md b/docs/user-guide/index.md index ba23eaf4..26365ee4 100644 --- a/docs/user-guide/index.md +++ b/docs/user-guide/index.md @@ -18,7 +18,7 @@ npm install --save-dev eslint eslint-plugin-jsonc ### Configuration -#### New (ESLint>=v9) Config (Flat Config) +#### New Config (`eslint.config.js`) Use `eslint.config.js` file to configure rules. See also: . @@ -52,7 +52,7 @@ This plugin will parse `.json`, `.jsonc` and `.json5` by default using the confi See [the rule list](../rules/index.md) to get the `rules` that this plugin provides. -#### Legacy Config (ESLint.