improve eslint config

This commit is contained in:
Philipp Kühn
2020-09-25 13:52:17 +02:00
parent e10b52aafc
commit 21c82c2cfa
6 changed files with 13 additions and 5 deletions

View File

@@ -13,7 +13,7 @@ declare module '@tiptap/core/src/Editor' {
}
export interface HistoryOptions {
historyPluginOptions: Object,
historyPluginOptions: Record<string, unknown>,
}
export default new Extension<HistoryOptions>()