File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ import fs from 'fs'
77import path from 'path'
88import test from 'tape'
99import unified from 'unified'
10- // @ts -ignore remove when typed.
10+ // @ts -expect-error remove when typed.
1111import stringify from 'retext-stringify'
12- // @ts -ignore remove when typed.
12+ // @ts -expect-error remove when typed.
1313import english from 'retext-english'
1414import { emoticon } from 'emoticon'
1515import { isHidden } from 'is-hidden'
@@ -32,7 +32,7 @@ test('nlcst-emoticon-modifier()', function (t) {
3232
3333 t . throws (
3434 function ( ) {
35- // @ts -ignore runtime.
35+ // @ts -expect-error runtime.
3636 emoticonModifier ( { } )
3737 } ,
3838 / M i s s i n g c h i l d r e n i n ` p a r e n t ` / ,
Original file line number Diff line number Diff line change 1010 "declaration" : true ,
1111 "emitDeclarationOnly" : true ,
1212 "allowSyntheticDefaultImports" : true ,
13- "skipLibCheck" : true
13+ "skipLibCheck" : true ,
14+ "strict" : true
1415 }
1516}
You can’t perform that action at this time.
0 commit comments