mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-12-12 11:15:43 +02:00
e12c679cd8
Since it applies to all of frontend, I think it makes more sense to have it here instead of src
24 lines
451 B
JSON
24 lines
451 B
JSON
// Place your settings in this file to overwrite default and user settings.
|
|
{
|
|
"files.insertFinalNewline": true,
|
|
|
|
"files.exclude": {
|
|
"**/node_modules": true,
|
|
"**/*.d.css": true
|
|
},
|
|
|
|
"editor.formatOnSave": false,
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": true
|
|
},
|
|
|
|
"typescript.preferences.quoteStyle": "single",
|
|
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
"typescript",
|
|
"typescriptreact"
|
|
],
|
|
}
|