Skip to content

Commit 27a362b

Browse files
author
李太新
committed
feat: 提升nestjs to v9
1 parent f1fe258 commit 27a362b

File tree

10 files changed

+32
-14641
lines changed

10 files changed

+32
-14641
lines changed

.eslintrc.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@ module.exports = {
1919
node: true,
2020
jest: true,
2121
},
22-
rules: {},
22+
rules: {
23+
'@typescript-eslint/prefer-nullish-coalescing': 'off',
24+
},
2325
};

0 commit comments

Comments
 (0)