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 Nov 7, 2024
1 parent ac74733 commit e572d85
Show file tree
Hide file tree
Showing 3 changed files with 1,370 additions and 704 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 e572d85

Please sign in to comment.