Skip to content

Releases: gabts/eslint-config-react-native-typescript

2.0.2

29 Mar 08:45
Compare
Choose a tag to compare

Fix missing rule after 2.0.0 release.

  • Disable react/prop-types.

2.0.1

28 Mar 12:25
Compare
Choose a tag to compare

Fix for #5.

2.0.0

28 Mar 11:34
Compare
Choose a tag to compare

Since @react-native-community/eslint-config supports TypeScript we extend that config instead and add additional ruleset on top of their work.

As a result of this quite a few rules have changed since 1.x.

  • Add @react-native-community/eslint-config.
  • Remove the following dependencies provided by @react-native-community/eslint-config instead:
    • @typescript-eslint/eslint-plugin
    • @typescript-eslint/parser
    • eslint-plugin-react
    • eslint-plugin-react-hooks
    • eslint-plugin-react-native