Commit d28d5c7
committed
chore: Update biome.json to ignore package.json files
- Add "**/package.json" to the ignore list in biome.json to prevent linting on package files
- Ensure consistency in ignoring generated files across the project
This change enhances the maintainability of the project's configuration by reducing unnecessary linting checks.1 parent 4b6086a commit d28d5c7
2 files changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
| 7 | + | |
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
| |||
0 commit comments