Commit cd07dd9
committed
fix: Update lint:ci to check TypeScript files and add ESLint overrides
- Updated lint:ci command to include .ts and .tsx files (not just .js)
- Added ESLint overrides to allow require() in config/build/test files
- Added overrides for story files to allow empty functions in examples
This fixes the CircleCI lint check failure by properly linting TypeScript
files while allowing legitimate CommonJS usage in:
- Config files (*.config.ts)
- Build scripts (scripts/**)
- Test utilities (test-utils/**)
- Cypress plugins
- Storybook stories
Result: 0 errors, 6 warnings (all pre-existing and acceptable)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent eb95f82 commit cd07dd9
2 files changed
+16
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
313 | 328 | | |
314 | 329 | | |
315 | 330 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments