12 lines
401 B
JSON
12 lines
401 B
JSON
|
{
|
||
|
"coc.preferences.formatOnSaveFiletypes": ["javascript", "typescript", "json"],
|
||
|
|
||
|
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true,
|
||
|
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true,
|
||
|
"javascript.format.semicolons": "remove",
|
||
|
|
||
|
"eslint.autoFix": true,
|
||
|
"eslint.autoFixOnSave": true,
|
||
|
"prettier.disableLanguages": ["typescript"]
|
||
|
}
|