From db3d9bac689cf38f18bcf3e93e5e4f4675860835 Mon Sep 17 00:00:00 2001 From: azu Date: Mon, 30 Dec 2024 23:46:22 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ccf7744..c9564b9 100644 --- a/README.md +++ b/README.md @@ -64,8 +64,8 @@ Via `.textlintrc` (recommended): { "rules": { "eslint": { - // Required: path to .eslintrc file - "configFile": "path/to/.eslintrc" + // Required: path to eslint.config file + "configFile": "./path/to/eslint.config.mjs" } } }