@muhmdraouf/eslint-config-react-native
v1.0.9
Published
ESLint and TypeScript configuration for React Native.
Readme
@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"
}