chore(vscode): enable eslint flat config

This commit is contained in:
Benjamin Canac
2024-04-24 11:14:40 +02:00
parent 0424405ff6
commit a44a24962b

View File

@@ -1,3 +1,4 @@
{
"prettier.enable": false
"prettier.enable": false,
"eslint.experimental.useFlatConfig": true
}