Skip to content

Commit

Permalink
docs: fix EOL of legacy config
Browse files Browse the repository at this point in the history
  • Loading branch information
jjangga0214 committed Sep 21, 2022
1 parent a6750f7 commit fe5bb49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -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.**
Expand Down

0 comments on commit fe5bb49

Please sign in to comment.