2018-01-13 02:01:27 +00:00
|
|
|
// Place your settings in this file to overwrite default and user settings.
|
|
|
|
{
|
2023-01-08 08:26:33 +00:00
|
|
|
"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"
|
|
|
|
],
|
|
|
|
}
|