@mitigate-dev/eslint-config-react-native
v0.0.17
Published
ESLint config for React Native projects at Mitigate.
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 eslint @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/eslint-config-react-native'],
}