Skip to content

Commit

Permalink
chore: update dependencies, fix configs
Browse files Browse the repository at this point in the history
 - updated typescript-eslint plugin removed the ban-types check
 - updated rollup.config.js to use the correct location for typings
  • Loading branch information
usefulthink committed Oct 29, 2024
1 parent fd68edf commit 2ce4ad4
Show file tree
Hide file tree
Showing 3 changed files with 1,445 additions and 779 deletions.
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"extends": ["plugin:@typescript-eslint/recommended"],
"rules": {
"@typescript-eslint/ban-ts-comment": 0,
"@typescript-eslint/ban-types": 1,
"@typescript-eslint/no-empty-function": 1,
"@typescript-eslint/member-ordering": 1,
"@typescript-eslint/explicit-member-accessibility": [
Expand Down
Loading

0 comments on commit 2ce4ad4

Please sign in to comment.