0
mirror of https://github.com/valentineus/webos-service-types.git synced 2025-05-16 02:41:18 +03:00
Valentin Popov 0757cbbf4d
Initialized project structure
Signed-off-by: Valentin Popov <info@valentineus.link>
2020-01-30 15:37:25 +04:00

10 lines
195 B
JSON

{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.formatOnPaste": false,
"editor.formatOnSave": false,
"editor.formatOnType": false,
"eslint.enable": true
}