blob: cf5720998d456bd2e7048efc491f1f4b69bfa27b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{
"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"]
}
|