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 in ESLint has reached stability and will be enabled by default in ESLint v9. To activate it in vscode-eslint, use "eslint.experimental.useFlatConfig": true(the default is false). It seems like an opportune moment to enable it by default. The API shouldUseFlatConfig() can be employed for checking:
The flat config in ESLint has reached stability and will be enabled by default in ESLint v9. To activate it in vscode-eslint, use
"eslint.experimental.useFlatConfig": true
(the default is false). It seems like an opportune moment to enable it by default. The APIshouldUseFlatConfig()
can be employed for checking:refs: https://eslint.org/blog/2023/10/flat-config-rollout-plans/
The text was updated successfully, but these errors were encountered: