diff --git a/README.md b/README.md index 38637d1ae..adfa9caa2 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,6 @@ configuration file by mapping each custom component name to a DOM element type. From [`v8.21.0`](https://github.com/eslint/eslint/releases/tag/v8.21.0), eslint announced a new config system. In the new system, `.eslintrc*` is no longer used. `eslint.config.js` would be the default config file name. -In eslint `v8`, the legacy system (`.eslintrc*`) would still be supported, while in eslint `v9`, only the new system would be supported. And from [`v8.23.0`](https://github.com/eslint/eslint/releases/tag/v8.23.0), eslint CLI starts to look up `eslint.config.js`. **So, if your eslint is `>=8.23.0`, you're 100% ready to use the new config system.**