Skip to content

Commit 3507f1e

Browse files
committed
chore: fix lint
1 parent 537b052 commit 3507f1e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ export default typegen([
284284
'@typescript-eslint/no-explicit-any': 'off',
285285
'@typescript-eslint/no-empty-object-type': 'off',
286286
'@typescript-eslint/no-namespace': 'off',
287+
'@typescript-eslint/no-non-null-assertion': 'off',
287288
'@typescript-eslint/triple-slash-reference': 'off',
288289
'@typescript-eslint/unified-signatures': 'off',
289290
'@typescript-eslint/ban-ts-comment': [

tests/lib/rules/block-order.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const tester = new RuleTester({
3333
}
3434
})
3535

36-
// @ts-expect-error
36+
// @ts-expect-error rule ts(#2345)
3737
tester.run('block-order', rule, {
3838
valid: [
3939
// default

0 commit comments

Comments
 (0)