1.0.9 • Published 2 years ago

@muhmdraouf/eslint-config-react-native v1.0.9

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@muhmdraouf/eslint-config-react-native

ESLint and TypeScript configuration for React native.

Tests and Release npm version semantic-release

Usage

yarn add eslint @muhmdraouf/eslint-config-react-native --dev

In .eslintrc:

{ 
  "extends": "@muhmdraouf/eslint-config-react-native"
} 

In tsconfig.json:

{
  "extends": "@muhmdraouf/eslint-config-react-native/tsconfig"
}