3.0.0 • Published 1 year ago

@menelaia/eslint-config-react-native v3.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

🗂️ eslint-config-react-native

NPM NPM License

Eslint config for React Native projects. Contains recommended rules extended from airbnb, airbnb/hooks, plugin:react, plugin:react-hooks. Added rules contain import and prop sorting, as well as most of available react-native rules.

🖥️ Installation

  1. Install the correct versions of each package using the below command. If using older npm versions, you can install all needed dependencies manually.
npm install --dev @menelaia/eslint-config-react-native
  1. Add "extends": "@menelaia/react-native" to your .eslintrc.