Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update ESLint rules for TypeScript (#23)
Some of these ESLint rules cause TS/TSX files to improperly report that the imported files don't exist, when they do. This is because it's currently set to `['.js', '.jsx']`. We're now adjusting the rule (specifically for TypeScript) so it will resolve for TS/TSX modules.
- Loading branch information