chore: fix wrong key in vscode setting
For eslint version > 9 no need to add .experimental
This commit is contained in:
parent
326939feee
commit
cd7e3022d5
1 changed files with 1 additions and 1 deletions
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
// Enable ESlint flat config support
|
// Enable ESlint flat config support
|
||||||
"eslint.experimental.useFlatConfig": true
|
"eslint.useFlatConfig": true
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue