Skip to content

v20.0.0 - TypeScript, React, Jest, and more

Compare
Choose a tag to compare
@EvgenyOrekhov EvgenyOrekhov released this 03 Aug 20:42
· 898 commits to master since this release

New configs

  • hardcore/ts
  • hardcore/react
  • hardcore/react-testing-library
  • hardcore/jest

Major changes

hardcore/ts-for-js

Use ESLint core rules instead of @typescript-eslint/* extension rules (extension rules don't have any benefits over ESLint core rules when linting JavaScript).

Other changes