Skip to content

Commit 2fa0df8

Browse files
authored
Merge branch 'parse-community:alpha' into alpha
2 parents 4dc87cf + 810ca4a commit 2fa0df8

9 files changed

Lines changed: 3628 additions & 3900 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Node 20
8181
NODE_VERSION: 20.19.0
8282
- name: Node 22
83-
NODE_VERSION: 22.12.0
83+
NODE_VERSION: 22.13.0
8484
- name: Node 24
8585
NODE_VERSION: 24.1.0
8686
fail-fast: false

eslint.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ module.exports = tseslint.config({
2626
"no-var": "error",
2727
"no-console": 0,
2828
"require-atomic-updates": "off",
29+
"no-useless-assignment": "off",
30+
"no-unassigned-vars": "off",
31+
"preserve-caught-error": "off",
2932
"prefer-spread": "off",
3033
"prefer-rest-params": "off",
3134
"@typescript-eslint/ban-ts-comment": "off",

0 commit comments

Comments
 (0)