mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-26 23:02:57 +08:00
chore: strict eslint check (#1084)
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import {
|
||||
clear,
|
||||
createStore,
|
||||
del,
|
||||
entries,
|
||||
get,
|
||||
keys,
|
||||
set,
|
||||
setMany,
|
||||
clear,
|
||||
entries,
|
||||
} from 'idb-keyval';
|
||||
|
||||
export type ConfigStore<T = any> = {
|
||||
|
||||
Reference in New Issue
Block a user