mirror of
https://github.com/jhbruhn/respira.git
synced 2026-01-27 10:23:41 +00:00
- Remove unused imports and variables across multiple files - Fix TypeScript 'any' type annotations with proper types - Fix React setState in effect warnings - Create shared embroidery constants file (embroideryConstants.ts) - Replace magic number 0x10 with named MOVE constant - Map PyStitch constants to JS constants using registerJsModule - Ensure PEN encoding constants remain separate and valid All build and lint checks now pass successfully. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
10 lines
137 B
JSON
10 lines
137 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(npm run build:*)",
|
|
"Bash(npm run lint)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|