@mitigate-dev/eslint-config-react-native
v0.0.12
Published
ESLint config for React Native projects at Mitigate.
Downloads
384
Readme
⚙️ ESLint Config
ESLint config to be used in React Native projects at Mitigate - based on TypeScript, Jest, Prettier and the community standards.
🏗️ Installation and usage
Run yarn add --dev [email protected] @mitigate-dev/eslint-config-react-native
within the root of your React Native project and update .eslintrc.js
to extend this config as follows:
module.exports = {
...
extends: ['@react-native', '@mitigate-dev']
...
}
❗ Important
Currently uses ESlint v8. TODO: Migrate to v9 (see https://eslint.org/docs/latest/use/configure/migration-guide).