Skip to content

Commit 37c212a

Browse files
authored
fix: update dependencies (#165)
* fix: updated dependencies * fix: updated eslint
1 parent 4e8fe56 commit 37c212a

File tree

5 files changed

+1900
-2853
lines changed

5 files changed

+1900
-2853
lines changed

.eslintrc.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"@typescript-eslint"
55
],
66
"extends": [
7-
"plugin:github/es6"
7+
"plugin:github/recommended"
88
],
99
"parser": "@typescript-eslint/parser",
1010
"parserOptions": {
@@ -30,15 +30,7 @@
3030
"@typescript-eslint/no-require-imports": "error",
3131
"@typescript-eslint/array-type": "error",
3232
"@typescript-eslint/await-thenable": "error",
33-
"@typescript-eslint/ban-ts-ignore": "error",
3433
"camelcase": "off",
35-
"@typescript-eslint/camelcase": [
36-
"error",
37-
{
38-
"properties": "never"
39-
}
40-
],
41-
"@typescript-eslint/class-name-casing": "error",
4234
"@typescript-eslint/explicit-function-return-type": [
4335
"error",
4436
{
@@ -49,10 +41,6 @@
4941
"error",
5042
"never"
5143
],
52-
"@typescript-eslint/generic-type-naming": [
53-
"error",
54-
"^[A-Z][A-Za-z]*$"
55-
],
5644
"@typescript-eslint/no-array-constructor": "error",
5745
"@typescript-eslint/no-empty-interface": "error",
5846
"@typescript-eslint/no-explicit-any": "error",

0 commit comments

Comments
 (0)