0
mirror of https://github.com/valentineus/webos-service-types.git synced 2025-05-16 02:41:18 +03:00

10 lines
195 B
JSON
Raw Normal View History

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