dotfiles/.vim/coc-settings.json
2021-03-04 13:54:23 +01:00

6 lines
204 B
JSON

{
"python.pythonPath": "env/bin/python",
"prettier.disableSuccessMessage": true,
"eslint.autoFixOnSave": true,
"eslint.filetypes": ["javascript", "javascriptreact", "typescript", "typescriptreact"]
}