{ "editor.codeActionsOnSave": { "source.fixAll.eslint": true, "source.fixAll.stylelint": true }, "stylelint.validate": [ "css", "scss", "vue" ], "editor.inlayHints.enabled": "off", "typescript.tsdk": "node_modules/typescript/lib" }