Commit fe3969e
build(lint): scope ESLint checks to src directory and update dependencies
Update ESLint scripts to only check the src folder instead of the entire project, improving linting performance and focusing on source code quality. This change affects both the lint and lint:fix npm scripts.
Additionally, update several development dependencies to their latest versions:
- @eslint/compat upgraded to v2.0.0 (major version with updated Node.js requirements)
- @typescript-eslint/parser updated to v8.47.0
- @types/react updated to v19.2.5
- react-router-dom updated to v7.9.6
- js-yaml updated to v4.1.1
The ESLint scope change prevents unnecessary linting of configuration files and build artifacts, while the dependency updates bring bug fixes and improvements.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 93f930d commit fe3969e
2 files changed
Lines changed: 179 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
11 | | - | |
| 10 | + | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments