Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@likern likern released this 20 Mar 13:47
· 1 commit to main since this release
v0.3.0
81c3415

Summary

This is mostly the same eslint-config as @react-native-community/eslint-config except very small, minor updates.
Changes are based on this pull request to react native.

Thanks to updated @typescript-eslint/parser and @typescript-eslint/eslint-plugin dependencies new TypeScript features are supported.

🚀 Differences from @react-native-community/eslint-config

  • feat: babel-eslint was substituted to @babel/eslint-parser @likern
  • feat: @babel/eslint-plugin was added as plugin @likern
  • feat: semi rule were turned off @likern
  • feat: @babel/semi rule is used as a substitution to semi @likern
  • feat: @typescript-eslint/eslint-plugin was updated to 4.18.0 @likern
  • feat: @typescript-eslint/parser was updated to 4.18.0 @likern
  • feat: eslint-config-prettier was updated to 8.1.0 @likern
  • feat: eslint-plugin-prettier was updated to 3.3.1 @likern
  • feat: eslint-plugin-react was updated to 7.22.0 @likern
  • feat: eslint-plugin-react-hooks was updated to 4.2.0 @likern