Skip to content

Commit 17d98b6

Browse files
committed
fix issues in linting rules
1 parent a6a8c62 commit 17d98b6

File tree

2 files changed

+21
-50
lines changed

2 files changed

+21
-50
lines changed

.eslintrc.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"camelcase": "off",
2222
"@typescript-eslint/consistent-type-assertions": "error",
2323
"@typescript-eslint/explicit-function-return-type": ["error", {"allowExpressions": true}],
24-
"@typescript-eslint/func-call-spacing": ["error", "never"],
2524
"@typescript-eslint/no-array-constructor": "error",
2625
"@typescript-eslint/no-empty-interface": "error",
2726
"@typescript-eslint/no-explicit-any": "error",
@@ -43,8 +42,6 @@
4342
"@typescript-eslint/require-array-sort-compare": "error",
4443
"@typescript-eslint/restrict-plus-operands": "error",
4544
"semi": "off",
46-
"@typescript-eslint/semi": ["error", "never"],
47-
"@typescript-eslint/type-annotation-spacing": "error",
4845
"@typescript-eslint/unbound-method": "error",
4946
"prettier/prettier": ["error", {
5047
"endOfLine": "auto" }

dist/main.js

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

0 commit comments

Comments
 (0)