Skip to content

Commit 85adfaf

Browse files
committed
lint
1 parent 3245010 commit 85adfaf

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

delta/t2.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-disable */
2+
// @ts-nocheck
13
import * as delta from './d2.js'
24
import * as s from '../schema.js'
35
import * as error from '../error.js'

encoding.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ export const testAnyEncodeUnknowns = _tc => {
285285
// @ts-ignore
286286
encoding.writeAny(encoder, Symbol('a'))
287287
encoding.writeAny(encoder, undefined)
288+
// @ts-ignore
288289
encoding.writeAny(encoder, () => {})
289290
const decoder = decoding.createDecoder(encoding.toUint8Array(encoder))
290291
t.assert(decoding.readAny(decoder) === undefined)

0 commit comments

Comments
 (0)