We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5a9518 commit 3b14f30Copy full SHA for 3b14f30
.vscode/settings.json
@@ -1,7 +1,9 @@
1
{
2
+ // enable flat config (eslnitrc is disabled instead)
3
"eslint.experimental.useFlatConfig": true,
4
"eslint.workingDirectories": [
5
6
+ // for projects with multiple configuration files
7
"mode": "auto"
8
}
9
]
0 commit comments