Skip to content

Commit d63c0e8

Browse files
committed
fix(lint): suppress unused var in toJSON destructure
1 parent 44dfdb4 commit d63c0e8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/tools/FuseIndex.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ export default class FuseIndex<T = any> {
181181
records: IndexRecord[]
182182
} {
183183
return {
184+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
184185
keys: this.keys.map(({ getFn, ...key }) => key),
185186
records: this.records
186187
}

0 commit comments

Comments
 (0)