6 lines
203 B
JSON
6 lines
203 B
JSON
{
|
|
"coc.preferences.formatOnSaveFiletypes": ["css", "markdown", "javascript", "typescript", "typescriptreact", "go"],
|
|
"eslint.autoFixOnSave": true,
|
|
"diagnostic.checkCurrentLine": true
|
|
}
|