You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The flat config file format has been the default configuration file format since ESLint v9.0.0. In the guide, which is really helpful and well-written by the way, the configuration is still described for the deprecated eslintrc format.
Therefore, this section should be updated or at least it should be mentioned that the eslintrc format has to be enabled since v9.0.0 by setting ESLINT_USE_FLAT_CONFIG environment variable to false(see here).
Which application is this bug report for?
Guide
Issue description
The flat config file format has been the default configuration file format since ESLint v9.0.0. In the guide, which is really helpful and well-written by the way, the configuration is still described for the deprecated eslintrc format.
Therefore, this section should be updated or at least it should be mentioned that the eslintrc format has to be enabled since v9.0.0 by setting
ESLINT_USE_FLAT_CONFIG
environment variable tofalse
(see here).Steps to Reproduce
Versions
Issue priority
Low (slightly annoying)
The text was updated successfully, but these errors were encountered: