mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-05 02:22:31 +01:00
8b958708da
Since it applies to all of frontend, I think it makes more sense to have it here instead of src (cherry picked from commit e12c679cd8961ec9d2ef744761303831b81e64fb)
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"
|
|
],
|
|
}
|