File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ import fs from 'fs'
7
7
import path from 'path'
8
8
import test from 'tape'
9
9
import unified from 'unified'
10
- // @ts -ignore remove when typed.
10
+ // @ts -expect-error remove when typed.
11
11
import stringify from 'retext-stringify'
12
- // @ts -ignore remove when typed.
12
+ // @ts -expect-error remove when typed.
13
13
import english from 'retext-english'
14
14
import { emoticon } from 'emoticon'
15
15
import { isHidden } from 'is-hidden'
@@ -32,7 +32,7 @@ test('nlcst-emoticon-modifier()', function (t) {
32
32
33
33
t . throws (
34
34
function ( ) {
35
- // @ts -ignore runtime.
35
+ // @ts -expect-error runtime.
36
36
emoticonModifier ( { } )
37
37
} ,
38
38
/ 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 10
10
"declaration" : true ,
11
11
"emitDeclarationOnly" : true ,
12
12
"allowSyntheticDefaultImports" : true ,
13
- "skipLibCheck" : true
13
+ "skipLibCheck" : true ,
14
+ "strict" : true
14
15
}
15
16
}
You can’t perform that action at this time.
0 commit comments