Skip to content

Commit

Permalink
chore: move useFlatConfig out of experimental
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Dec 18, 2024
1 parent d7d5977 commit 442265b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"npm.packageManager": "pnpm",
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"eslint.experimental.useFlatConfig": true,
"eslint.useFlatConfig": true,
"eslint.format.enable": true,
"eslint.lintTask.enable": false,
"[typescript]": {
Expand Down
2 changes: 1 addition & 1 deletion srcDev/.vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"eslint.format.enable": true,
"eslint.experimental.useFlatConfig": true,
"eslint.useFlatConfig": true,
"editor.codeActionsOnSave": {
"source.fixAll": "explicit"
}
Expand Down

0 comments on commit 442265b

Please sign in to comment.