solorice/nvim/plugged/coc.nvim/.vim/coc-settings.json
2022-04-27 11:41:37 +03:00

8 lines
307 B
JSON

{
"eslint.validate": ["typescript"],
"eslint.lintTask.options": [".", "--ext", ".ts"],
"typescript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false,
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true,
"typescript.suggestionActions.enabled": false
}