Files
mediabunny/.vscode/settings.json
T
Jonny BurgerandGitHub 667bc6888c Enable ESLint as formatter (#87)
* Enable ESLint as formatter

I was working on a different computer today, and the formatting on save did not work out of the box for me.

I had to manually enable this setting, most people have it probably but explicitly enabling it for this project makes it easier for contributors.

* Update settings.json
2025-09-03 18:14:05 +02:00

7 lines
129 B
JSON

{
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
}
}