Commit b774208
committed
chore: clear pre-existing lint errors
- caveman.ts: drop unused ARTICLES constant (dropArticles has always
used a hardcoded regex) and simplify the dropArticles replacement
callback to a literal empty-string replacement. The callback never
branched on its match/offset parameters, so the simpler form is
equivalent and removes two biome noUnusedFunctionParameters hints.
- event-resolvers.test.ts: remove the biome-ignore comment for
lint/performance/noDelete that no longer suppresses anything. The
rule stopped firing on that site and biome promoted the stale
suppression to an error.1 parent 34d4c65 commit b774208
2 files changed
Lines changed: 1 addition & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
125 | | - | |
126 | 124 | | |
127 | 125 | | |
128 | 126 | | |
| |||
222 | 220 | | |
223 | 221 | | |
224 | 222 | | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
| 223 | + | |
229 | 224 | | |
230 | 225 | | |
231 | 226 | | |
| |||
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
164 | 163 | | |
165 | 164 | | |
166 | 165 | | |
| |||
0 commit comments