metacoding
Version:
Guided Development Workflow for GitHub Copilot - Transform your coding experience with AI-guided standards, structured workflows, and quality practices
15 lines (14 loc) • 406 B
JSON
{
"name": "react",
"description": "React frontend development template with modern patterns and best practices",
"prompts": [],
"vscodeSettings": {
"github.copilot.chat.codeGeneration.useInstructionFiles": true,
"chat.promptFiles": true,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true,
"source.fixAll.eslint": true
}
}
}