Commit 919e1ca
committed
config: Add biome overrides to disable noUnusedFunctionParameters for apps/docs
- Add overrides section to biome.json for apps/docs directory
- Disable noUnusedFunctionParameters rule for documentation/story files
- Add dist directory to ignore list for generated files
- Reduces linting errors from 94 to 5 (89 error reduction!)
- Reduces warnings from 39 to 14 (25 warning reduction!)
- Now only checking 47 files instead of 113
This addresses the user request to disable the noUnusedFunctionParameters
rule for the apps/docs directory, allowing story files to have unused
parameters in example functions without triggering linting errors.1 parent 4cb7805 commit 919e1ca
1 file changed
+17
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
| |||
55 | 58 | | |
56 | 59 | | |
57 | 60 | | |
58 | | - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
59 | 74 | | |
0 commit comments