Instruct .vscode to use ESLint as a default formatter

This commit is contained in:
JonnyBurger
2025-08-26 15:10:13 +02:00
parent ef2094b0db
commit 448e43cbfc
2 changed files with 3 additions and 1 deletions
+3
View File
@@ -0,0 +1,3 @@
{
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
}