mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-12 04:33:29 +08:00
Add Kiro IDE support (.kiro/) (#548)
Co-authored-by: Sungmin Hong <hsungmin@amazon.com>
This commit is contained in:
14
.kiro/hooks/auto-format.kiro.hook
Normal file
14
.kiro/hooks/auto-format.kiro.hook
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "auto-format",
|
||||
"version": "1.0.0",
|
||||
"enabled": true,
|
||||
"description": "Automatically format TypeScript and JavaScript files on save",
|
||||
"when": {
|
||||
"type": "fileEdited",
|
||||
"patterns": ["*.ts", "*.tsx", "*.js"]
|
||||
},
|
||||
"then": {
|
||||
"type": "askAgent",
|
||||
"prompt": "A TypeScript or JavaScript file was just saved. If there are any obvious formatting issues (indentation, trailing whitespace, import ordering), fix them now."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user