dotfiles/.vim/coc-settings.json

7 lines
204 B
JSON
Raw Normal View History

2021-03-04 13:54:23 +01:00
{
"python.pythonPath": "env/bin/python",
"prettier.disableSuccessMessage": true,
"eslint.autoFixOnSave": true,
"eslint.filetypes": ["javascript", "javascriptreact", "typescript", "typescriptreact"]
}