Skip to content

Commit ef09aa2

Browse files
author
Cédric Belin
committed
Update the dependencies [skip ci]
1 parent 88b1524 commit ef09aa2

File tree

3 files changed

+51
-51
lines changed

3 files changed

+51
-51
lines changed

etc/eslint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export default ts.config(
125125
"operator-assignment": "error",
126126
"prefer-arrow-callback": "error",
127127
"prefer-const": "error",
128-
"prefer-destructuring": "error",
128+
"prefer-destructuring": "off",
129129
"prefer-exponentiation-operator": "error",
130130
"prefer-named-capture-group": "off",
131131
"prefer-numeric-literals": "error",

package-lock.json

Lines changed: 49 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"execa": "^9.3.0",
3232
"gulp": "^5.0.0",
3333
"typescript": "^5.5.3",
34-
"typescript-eslint": "^8.0.0-alpha.42",
34+
"typescript-eslint": "^8.0.0-alpha.44",
3535
"vinyl": "^3.0.0"
3636
},
3737
"engines": {

0 commit comments

Comments
 (0)