Skip to content

Commit

Permalink
Refactor code-style
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jul 8, 2023
1 parent c9c51ff commit d9eaf7f
Show file tree
Hide file tree
Showing 5 changed files with 557 additions and 584 deletions.
3 changes: 0 additions & 3 deletions dev/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export type OnError = OnEnterError
* }
* ```
*/
// eslint-disable-next-line @typescript-eslint/consistent-type-definitions
export interface CompileData {
/**
* Whether we’re inside a hard break.
Expand Down Expand Up @@ -76,12 +75,10 @@ export interface CompileData {
}

declare module 'micromark-util-types' {
// eslint-disable-next-line @typescript-eslint/consistent-type-definitions
interface TokenTypeMap {
listItem: 'listItem'
}

// eslint-disable-next-line @typescript-eslint/consistent-type-definitions
interface Token {
_spread?: boolean
}
Expand Down

0 comments on commit d9eaf7f

Please sign in to comment.