style: lint

This commit is contained in:
Neko Ayaka
2026-03-23 02:16:10 +08:00
parent ac1de680d0
commit ce60323d8a
43 changed files with 58 additions and 68 deletions
@@ -15,7 +15,7 @@ function interpolate(characters: string[], initial?: Character[]) {
return [
...chars,
[
...chars.length > 0 ? chars[chars.length - 1]! : [],
...chars.length > 0 ? chars.at(-1)! : [],
{ value: c, variant: 'dotted' },
],
]