Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style(.eslintrc.json): disable the no-undef rule for typescript (#892)
This rule conflicts with TypeScript's own typechecker in some cases, for example the RequestInit DOM type.
- Loading branch information