build: migrate to pnpm; update deps

This commit is contained in:
OpportunityLiu
2024-01-29 21:11:24 +08:00
Unverified
parent eb42f1b3df
commit 0651d62461
11 changed files with 35478 additions and 19801 deletions
+2 -6
View File
@@ -20,9 +20,9 @@ rules:
- 1
- allowWithDecorator: true
allowStaticOnly: true
'@typescript-eslint/no-parameter-properties':
'@typescript-eslint/parameter-properties':
- 1
- allows: [protected readonly, private readonly, public readonly, readonly]
- allow: [protected readonly, private readonly, public readonly, readonly]
'@typescript-eslint/no-throw-literal': [2]
'no-unused-vars': [0]
'@typescript-eslint/no-unused-vars':
@@ -33,9 +33,5 @@ rules:
'@typescript-eslint/prefer-function-type': [1]
'@typescript-eslint/prefer-nullish-coalescing': [1]
'@typescript-eslint/prefer-optional-chain': [1]
'@typescript-eslint/ban-types':
- 1
- types:
object: false
no-void: [1, { allowAsStatement: true }]
eqeqeq: [1, smart]