Skip to content

Releases: rakutenrewards/eslint-config

v3.0.0

10 Sep 15:34
2147717
Compare
Choose a tag to compare

3.0.0 (2024-09-04)

⚠ BREAKING CHANGES

  • Remove support for flowtype (#68)
  • Update all dependencies (#50)

Features

  • Adjust imports, include @babel/eslint-plugin, update rules (#72) (9aab9dd)
  • Remove support for flowtype (#68) (dc30a3d)
  • Update all dependencies (#50) (3073947)

v2.3.1

13 Aug 14:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.3.1

v2.3.0

13 Aug 14:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.2...v2.3.0

v2.2.2

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