Skip to content

Commit

Permalink
Tell vscode-eslint to use eslint.config.js
Browse files Browse the repository at this point in the history
Apparently it doesn't try to load these by default yet.
  • Loading branch information
SamB committed Mar 15, 2024
1 parent 0833abc commit b559080
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions peggy.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
],
"settings": {
"eslint.format.enable": true,
"eslint.experimental.useFlatConfig": true,
"[javascript][typescript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
Expand Down

0 comments on commit b559080

Please sign in to comment.