MathiasKandelborg/TRUE-framework

View on GitHub
.vscode/settings.json

Summary

Maintainability
Test Coverage
{
  "search.exclude": {
    "**/.yarn": true,
    "**/.pnp.*": true
  },
  "typescript.enablePromptUseWorkspaceTsdk": true,
  "editor.formatOnSaveMode": "file",
  "editor.formatOnSave": true,
"editor.codeActionsOnSave": {
  "source.fixAll": true
},
  "eslint.codeActionsOnSave.mode": "all",
  "eslint.lintTask.options": "--cache .",
  "eslint.packageManager": "yarn"
}