v13.0.0
Major Changes
-
5943663
#137 Thanks @calebeby! - Remove rule: @cloudfour/no-param-reassignThis 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 filesIf 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