Skip to content

Commit

Permalink
feat: add form support (#95)
Browse files Browse the repository at this point in the history
* feat: add form support

* fix: remove not needed ?. operator

* refactor: remove form-data old depenendecy and use a modern one

* chore: bump version to 0.4.0
  • Loading branch information
DanielRamosAcosta authored Jan 21, 2022
1 parent fa3eeb0 commit cf594bf
Show file tree
Hide file tree
Showing 25 changed files with 2,281 additions and 1,666 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
},
"rules": {
"@typescript-eslint/explicit-module-boundary-types": 0,
"@typescript-eslint/explicit-member-accessibility": 2
"@typescript-eslint/explicit-member-accessibility": 2,
"prefer-const": "warn",
"no-console": "warn"
}
}
Loading

0 comments on commit cf594bf

Please sign in to comment.