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 c9c51ff commit d9eaf7fCopy full SHA for d9eaf7f
dev/index.d.ts
@@ -34,7 +34,6 @@ export type OnError = OnEnterError
34
* }
35
* ```
36
*/
37
-// eslint-disable-next-line @typescript-eslint/consistent-type-definitions
38
export interface CompileData {
39
/**
40
* Whether we’re inside a hard break.
@@ -76,12 +75,10 @@ export interface CompileData {
76
75
}
77
78
declare module 'micromark-util-types' {
79
- // eslint-disable-next-line @typescript-eslint/consistent-type-definitions
80
interface TokenTypeMap {
81
listItem: 'listItem'
82
83
84
85
interface Token {
86
_spread?: boolean
87
0 commit comments