Skip to content

Commit c72ba59

Browse files
committed
Upgrade dependencies
1 parent b7a20d4 commit c72ba59

File tree

6 files changed

+2579
-3841
lines changed

6 files changed

+2579
-3841
lines changed

.eslintrc.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@
3535
"allowExpressions": true
3636
}
3737
],
38-
"@typescript-eslint/func-call-spacing": [
39-
"error",
40-
"never"
41-
],
4238
"@typescript-eslint/no-array-constructor": "error",
4339
"@typescript-eslint/no-empty-interface": "error",
4440
"@typescript-eslint/no-explicit-any": "error",
@@ -60,11 +56,6 @@
6056
"@typescript-eslint/require-array-sort-compare": "error",
6157
"@typescript-eslint/restrict-plus-operands": "error",
6258
"semi": "off",
63-
"@typescript-eslint/semi": [
64-
"error",
65-
"never"
66-
],
67-
"@typescript-eslint/type-annotation-spacing": "error",
6859
"@typescript-eslint/unbound-method": "error",
6960
"sort-imports": "off",
7061
"i18n-text/no-en": "off"

0 commit comments

Comments
 (0)