Skip to content

Commit 1b94c4f

Browse files
authored
Update dependencies (#93)
* Update rxjs * Update node * Update jasmine * Update karma * Remove jsdoc * Update @typescript-eslint * Update nested dependencies * Update eslint-typescript
1 parent bdd17c9 commit 1b94c4f

File tree

6 files changed

+31152
-31200
lines changed

6 files changed

+31152
-31200
lines changed

.eslintrc.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,12 @@
1919
"rules": {
2020
"@typescript-eslint/ban-types": "off",
2121
"@typescript-eslint/naming-convention": "off",
22-
"no-underscore-dangle": "off"
22+
"@typescript-eslint/no-unsafe-function-type": "off",
23+
"padding-line-between-statements": "off",
24+
"no-underscore-dangle": "off",
25+
"@typescript-eslint/no-explicit-any": "off",
26+
"@angular-eslint/prefer-standalone": "off",
27+
"max-len": "off"
2328
}
2429
},
2530
{

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20.10.0
1+
22.7.0

0 commit comments

Comments
 (0)