mirror of
https://github.com/arcodange-org/mediabunny.git
synced 2026-09-27 19:03:46 +02:00
* 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
7 lines
129 B
JSON
7 lines
129 B
JSON
{
|
|
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
}
|
|
}
|