solorice/.config/nvim/plugged/coc.nvim/.vim/coc-settings.json
2022-05-11 15:33:22 +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
}