- Notifications
You must be signed in to change notification settings - Fork1k
Commit1783ee1
authored
chore: fix biome error when running make lint (#20182)
Fixes a Biome lint error when running `make lint`.```> biome check --error-on-warnings --fix .biome.jsonc:6:13 deserialize ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ ℹ The configuration schema version does not match the CLI version 2.2.4 4 │ "includes": ["!e2e/**/*Generated.ts"] 5 │ }, > 6 │ "$schema": "https://biomejs.dev/schemas/2.2.0/schema.json" │ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 7 │ } 8 │ ℹ Expected: 2.2.4 Found: 2.2.0 ℹ Run the command biome migrate to migrate the configuration file. Checked 1165 files in 796ms. No fixes applied.```1 parent33fbb17 commit1783ee1
2 files changed
+4
-11
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 |
| - | |
| 9 | + | |
13 | 10 |
| |
14 | 11 |
| |
15 | 12 |
| |
| |||
69 | 66 |
| |
70 | 67 |
| |
71 | 68 |
| |
72 |
| - | |
73 |
| - | |
74 |
| - | |
75 |
| - | |
76 |
| - | |
| 69 | + | |
77 | 70 |
| |
78 | 71 |
| |
79 | 72 |
| |
| |||
82 | 75 |
| |
83 | 76 |
| |
84 | 77 |
| |
85 |
| - | |
| 78 | + | |
86 | 79 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
|
0 commit comments
Comments
(0)