๐ VSCode support
The ESLint FlatConfig
support is currently not enabled by default by the VSCode ESLint extension. It needs to be enabled manually with a flag.
It's advisable to enable it at the workspace level, meaning in the project .vscode/settings.json
, like so:
.vscode/settings.json
{
"eslint.experimental.useFlatConfig": true
}