mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
20 lines
546 B
JSON
20 lines
546 B
JSON
{
|
|
"eslint.enable": true,
|
|
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"],
|
|
"editor.rulers": [100],
|
|
"prettier.eslintIntegration": true,
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnSaveTimeout": 750,
|
|
"[javascript]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnSaveTimeout": 750,
|
|
},
|
|
"[typescript]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnSaveTimeout": 750,
|
|
},
|
|
"[typescriptreact]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnSaveTimeout": 750,
|
|
},
|
|
}
|