Skip to content

Commit

Permalink
Migrate VSCode flag eslint.experimental.useFlatConfig to updated flag…
Browse files Browse the repository at this point in the history
… eslint.useFlatConfig

* As eslint extension now supports eslint.useFlatConfig. See microsoft/vscode-eslint#1644 (comment)
  • Loading branch information
ceisele-r committed Jun 18, 2024
1 parent e727222 commit 4c8931b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"typescript.tsdk": "node_modules\\typescript\\lib",
"eslint.experimental.useFlatConfig": true
"eslint.useFlatConfig": true
}

0 comments on commit 4c8931b

Please sign in to comment.