mirror of
https://github.com/mentos1386/dotfiles.git
synced 2024-11-23 08:03:34 +00:00
22 lines
479 B
JSON
22 lines
479 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,
|
|
"yaml.schemaStore.enable": true,
|
|
"yaml.schemas": {
|
|
"kubernetes": "/*.yaml"
|
|
}
|
|
}
|