v2.2.2
-
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.