Skip to content

Commit 2ce4ad4

Browse files
committed
chore: update dependencies, fix configs
- updated typescript-eslint plugin removed the ban-types check - updated rollup.config.js to use the correct location for typings
1 parent fd68edf commit 2ce4ad4

File tree

3 files changed

+1445
-779
lines changed

3 files changed

+1445
-779
lines changed

Diff for: .eslintrc.json

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"extends": ["plugin:@typescript-eslint/recommended"],
2121
"rules": {
2222
"@typescript-eslint/ban-ts-comment": 0,
23-
"@typescript-eslint/ban-types": 1,
2423
"@typescript-eslint/no-empty-function": 1,
2524
"@typescript-eslint/member-ordering": 1,
2625
"@typescript-eslint/explicit-member-accessibility": [

0 commit comments

Comments
 (0)