From 01fc0e981524cc5796d76e0c0925712798d7c933 Mon Sep 17 00:00:00 2001 From: sunyoungBae Date: Tue, 3 Dec 2024 14:53:54 +0900 Subject: [PATCH] docs: update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37ce374..2f27f4e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ $ npm install eslint eslint-config-tui --save-dev ## Usage -Add `eslint.config.mjs` on your project's root directory. +> **Note:** If you have configured your project to use ESM (ECMAScript Modules) format, you can also write your ESLint configuration using the filename `eslint.config.js`. ```javascript // eslint.config.mjs