- Install Eslint on your projet
yarn add --dev eslint @eslint/js- Install config
yarn add --dev @nodstudio/eslint-config-react-native- Add config to yours
import nodStudioConfigReactNative from "@nodstudio/eslint-config-react-native";
export default [
// ...
...nodStudioConfigReactNative
];