Skip to content

Commit cef8391

Browse files
committed
update NPM deps inlcuding flatbuffer from 24.12.23 to 25.1.24
1 parent 95113b6 commit cef8391

File tree

3 files changed

+190
-174
lines changed

3 files changed

+190
-174
lines changed

eslint.config.mjs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,12 @@ const config = tsEslint.config(
145145
],
146146
// We want to use `type` instead of `interface`.
147147
'@typescript-eslint/consistent-type-definitions': 0,
148+
'@typescript-eslint/prefer-nullish-coalescing': [
149+
0,
150+
{
151+
ignorePrimitives: { string: true },
152+
},
153+
],
148154
// Sorry, we need many `any` usage.
149155
'@typescript-eslint/no-explicit-any': 0,
150156
'@typescript-eslint/explicit-function-return-type': 2,

0 commit comments

Comments
 (0)