Skip to content

Commit 3d031e1

Browse files
committed
updated packages to support node v24
1 parent 6539484 commit 3d031e1

File tree

3 files changed

+1961
-1284
lines changed

3 files changed

+1961
-1284
lines changed

.eslintrc.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"camelcase": "off",
2121
"@typescript-eslint/consistent-type-assertions": "error",
2222
"@typescript-eslint/explicit-function-return-type": ["error", {"allowExpressions": true}],
23-
"@typescript-eslint/func-call-spacing": ["error", "never"],
2423
"@typescript-eslint/no-array-constructor": "error",
2524
"@typescript-eslint/no-empty-interface": "error",
2625
"@typescript-eslint/no-explicit-any": "error",
@@ -42,8 +41,6 @@
4241
"@typescript-eslint/require-array-sort-compare": "error",
4342
"@typescript-eslint/restrict-plus-operands": "error",
4443
"semi": "off",
45-
"@typescript-eslint/semi": ["error", "never"],
46-
"@typescript-eslint/type-annotation-spacing": "error",
4744
"@typescript-eslint/unbound-method": "error",
4845
"@typescript-eslint/ban-ts-comment": [
4946
"error",
@@ -58,4 +55,4 @@
5855
"es6": true,
5956
"jest/globals": true
6057
}
61-
}
58+
}

0 commit comments

Comments
 (0)