We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26bf006 commit 991262eCopy full SHA for 991262e
.opt-in
@@ -0,0 +1 @@
1
+pre-commit
types/config.d.ts
@@ -4,7 +4,9 @@ export interface Config {
4
eventWrapper(cb: (...args: any[]) => any): void
5
asyncUtilTimeout: number
6
defaultHidden: boolean
7
+ showOriginalStrackTrace: boolean
8
throwSuggestions: boolean
9
+ getElementError: (message: string, container: HTMLElement) => Error
10
}
11
12
export interface ConfigFn {
0 commit comments