build: migrate to pnpm; update deps
This commit is contained in:
+2
-6
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user