fix: resolve oxlint warnings — suppress false positives, remove unused imports (#22687)
This commit is contained in:
parent
bbdbc107ae
commit
f7d4665e40
80 changed files with 82 additions and 106 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { type SelectedLineRange } from "@pierre/diffs"
|
||||
import { diffLineIndex, diffRowIndex, findDiffSide } from "./diff-selection"
|
||||
import { diffLineIndex, diffRowIndex } from "./diff-selection"
|
||||
|
||||
export type CommentSide = "additions" | "deletions"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue