Commit 2980422
Clean up legacy debt and fix linting errors
Legacy Debt Cleanup:
- Remove redundant .eslintrc.json (eslint.config.mjs is the active config)
- Fix unused variable linting error in template-engine.js
Linting:
- Remove unused error parameter in catch block (line 37)
- All linting checks now pass with no errors
This ensures clean code quality for v2.4.2 release.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 4cf3873 commit 2980422
2 files changed
+1
-17
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments