Skip to content

Releases: guoyunhe/eslint-config-react-lib-scripts

1.5.0

20 Jun 08:28

Choose a tag to compare

  • Added TypeScript 5 support

1.3.0

12 Mar 12:57

Choose a tag to compare

  • Removed eslint-plugin-import. TypeScript already does import checking. And this eslint plugin brings more problems than benefits in TypeScript projects.

1.2.0

12 Mar 12:37

Choose a tag to compare

  • Changed rule import/no-duplicates to support Vite import suffix like ?raw and ?url

1.1.0

19 Feb 11:47

Choose a tag to compare

  • Added plugin:react/jsx-runtime configuration

1.0.0

18 Feb 03:49

Choose a tag to compare

  • Added ESLint recommended configuration
  • Added Import plugin, TypeScript resolver and recommended configuration
  • Added Jest plugin and recommended configuration
  • Added React plugin and recommended configuration
  • Added React Hooks plugin and recommended configuration
  • Added TypeScript plugin and parser, and recommended configuration
  • Added Prettier plugin and recommended configuration