mirror of
https://github.com/Lidarr/Lidarr.git
synced 2024-11-14 01:20:19 -08:00
8f9281f914
(cherry picked from commit 8af4246ff9baee4c291550102769a1186f65dc29)
24 lines
457 B
JSON
24 lines
457 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": "explicit"
|
|
},
|
|
|
|
"typescript.preferences.quoteStyle": "single",
|
|
|
|
"eslint.validate": [
|
|
"javascript",
|
|
"javascriptreact",
|
|
"typescript",
|
|
"typescriptreact"
|
|
],
|
|
}
|