Skip to content

Commit ee3b345

Browse files
committed
Refactor ignore
1 parent 5372dc5 commit ee3b345

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

lib/types.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,7 @@ export type Handlers = Record<Nodes['type'], Handle>
482482
* Serialized markdown representing `node`.
483483
*/
484484
export type Handle = (
485+
// type-coverage:ignore-next-line
485486
node: any,
486487
parent: Parents | undefined,
487488
state: State,

package.json

-3
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@
8080
"sideEffects": false,
8181
"typeCoverage": {
8282
"atLeast": 100,
83-
"ignoreFiles": [
84-
"lib/types.d.ts"
85-
],
8683
"strict": true
8784
},
8885
"type": "module",

0 commit comments

Comments
 (0)