eslint-config-react-native-ahughes ESLint and TypeScript configuration for React Native. Usage npm install --save-dev eslint-config-react-native-ahughes In .eslintrc: { "extends": "react-native-ahughes", } In tsconfig.json: { "extends": "eslint-config-react-native-ahughes/tsconfig.base" }