Skip to content

Commit 3db4797

Browse files
committed
more fixes
1 parent 67062c0 commit 3db4797

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+476
-2821
lines changed

.eslintrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"no-unused-vars": ["error", { "args": "none" }],
2121
"prefer-const": ["warn", { "destructuring": "all" }],
2222
"no-constant-condition": ["error", { "checkLoops": false }],
23-
"import/extensions": ["warn", "always", { "ts": "never" }],
24-
"no-throw-literal": "error",
23+
"import/extensions": ["warn", "always", { "ts": "never" }]
2524
}
2625
}

0 commit comments

Comments
 (0)