mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-26 00:57:50 +00:00
18 lines
391 B
JSON
18 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
|
|
}
|