mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-22 23:53:40 +00:00
19 lines
391 B
JSON
19 lines
391 B
JSON
|
{
|
||
|
"eslint.autoFixOnSave": true,
|
||
|
"eslint.filetypes": [
|
||
|
"javascript",
|
||
|
"javascriptreact",
|
||
|
"typescript",
|
||
|
"typescriptreact"
|
||
|
],
|
||
|
"prettier.disableSuccessMessage": true,
|
||
|
"coc.preferences.formatOnSaveFiletypes": [
|
||
|
"javascript",
|
||
|
"javascriptreact",
|
||
|
"typescript",
|
||
|
"typescriptreact"
|
||
|
],
|
||
|
"tsserver.formatOnType": true,
|
||
|
"coc.preferences.formatOnType": true
|
||
|
}
|