Skip to content

v2.2.2

Compare
Choose a tag to compare
@aaalrightalrightalright aaalrightalrightalright released this 11 Feb 20:56
  • 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.