Commit 897f3b5
committed
refactor: use targeted ESLint override for test files only
- Removed global @typescript-eslint/no-unused-expressions: off
- Kept the rule enabled for main codebase (better code quality)
- Only disabled the rule for test/**/*.ts files where expect statements are expected
- More precise and maintainable ESLint configuration1 parent 390a552 commit 897f3b5
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| |||
0 commit comments