Skip to content

v13.0.0

Compare
Choose a tag to compare
@calebeby calebeby released this 14 Aug 20:14
· 443 commits to main since this release
d912618

Major Changes

  • 5943663 #137 Thanks @calebeby! - Remove rule: @cloudfour/no-param-reassign

    This change is breaking if you have // eslint-disable-next-line @cloudfour/no-param-reassign in your code, or if you are manually enabling/configuring this rule. In either case, the migration path is to remove the rule configuration

  • 3112bb7 #136 Thanks @calebeby! - Add support for linting TypeScript files

    If you have .ts or .tsx files, ESLint should automatically start linting them once you update.

    If typescript-eslint is unable to automatically infer your tsconfig.json location, you may need to manually configure that