chore: fix wrong key in vscode setting

For eslint version > 9 no need to add .experimental
This commit is contained in:
ZL Asica 2024-12-02 20:02:59 -06:00
parent 326939feee
commit cd7e3022d5
No known key found for this signature in database
GPG key ID: 5B1ED5BE09CE4C01

View file

@ -1,4 +1,4 @@
{
// Enable ESlint flat config support
"eslint.experimental.useFlatConfig": true
"eslint.useFlatConfig": true
}