From 7b98ef68c74266ba2f75ed9051952c93d8184c46 Mon Sep 17 00:00:00 2001 From: ota-meshi Date: Wed, 27 Mar 2024 09:18:35 +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 adcd399..ec0383b 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ npm install --save-dev eslint eslint-plugin-toml ### Configuration -#### New (ESLint>=v9) Config (Flat Config) +#### New Config (`eslint.config.js`) Use `eslint.config.js` file to configure rules. See also: . @@ -80,7 +80,7 @@ This plugin provides configs: See [the rule list](https://ota-meshi.github.io/eslint-plugin-toml/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 d5594c6..72f604f 100644 --- a/docs/user-guide/index.md +++ b/docs/user-guide/index.md @@ -18,7 +18,7 @@ npm install --save-dev eslint eslint-plugin-toml ### Configuration -#### New (ESLint>=v9) Config (Flat Config) +#### New Config (`eslint.config.js`) Use `eslint.config.js` file to configure rules. See also: . @@ -47,7 +47,7 @@ This plugin provides configs: See [the rule list](../rules/index.md) to get the `rules` that this plugin provides. -#### Legacy Config (ESLint.