Commit 467f8c5
Remove unused eslint-disable directives and update CLAUDE.md
- Remove unused @typescript-eslint/no-deprecated disable from eslint.config.ts
(the directive was reporting as unused in CI)
- Remove no-var from context.ts disable (not needed - TypeScript parser handles it)
- Update CLAUDE.md to require running `yarn run eslint --report-unused-disable-directives`
before every commit to match CI's exact check
This ensures local linting matches CI behavior exactly.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 94ad03a commit 467f8c5
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| 41 | + | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
0 commit comments