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.
strict
tsconfig.json
1 parent 5152342 commit 9f8d21bCopy full SHA for 9f8d21b
index.js
@@ -9,7 +9,7 @@ import {convertElement} from 'hast-util-is-element'
9
* Check if a node is an embedded element.
10
* @type {AssertEmbedded}
11
*/
12
-// @ts-ignore Sure, the assertion matches.
+// @ts-expect-error Sure, the assertion matches.
13
export const embedded = convertElement([
14
'audio',
15
'canvas',
tsconfig.json
@@ -10,6 +10,7 @@
"declaration": true,
"emitDeclarationOnly": true,
"allowSyntheticDefaultImports": true,
- "skipLibCheck": true
+ "skipLibCheck": true,
+ "strict": true
}
16
0 commit comments