1.0.9 • Published 4 years ago
@muhmdraouf/eslint-config-react-native v1.0.9
@muhmdraouf/eslint-config-react-native
ESLint and TypeScript configuration for React native.
Usage
yarn add eslint @muhmdraouf/eslint-config-react-native --devIn .eslintrc:
{
"extends": "@muhmdraouf/eslint-config-react-native"
} In tsconfig.json:
{
"extends": "@muhmdraouf/eslint-config-react-native/tsconfig"
}