feat(forklift): reverted settings.json changes

Signed-off-by: Marcelo Fukumoto <marcelo.fukumoto@suse.com>
This commit is contained in:
Marcelo Fukumoto 2026-05-28 23:09:28 +02:00
parent 97e4b7271c
commit b4210037e9
No known key found for this signature in database
GPG Key ID: 1CA12189625C2543

11
.vscode/settings.json vendored
View File

@ -5,14 +5,5 @@
".eslintcache": true, ".eslintcache": true,
".nyc_output": true, ".nyc_output": true,
"yarn-error.log": true "yarn-error.log": true
}, }
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"eslint.validate": [
"javascript",
"typescript",
"vue"
]
} }