0.0.6 • Published 5 years ago

@erickriva/eslint-config-react-native-ts v0.0.6

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

@erickriva/eslint-config-react-native-ts

npm npm peer dependency eslint version license

An opinionated ESLint config for React Native projects using TypeScript

Includes rules for:

Installation

Install @erickriva/eslint-config-react-native-ts:

yarn add --dev @erickriva/eslint-config-react-native-ts

Usage

In your project's .eslintrc.* file, add the following:

{
  "extends": ["react-native-ts"],
  "rules": {
    // Your project's overrides and other rules
  }
}

License

@erickriva/eslint-config-react-native-ts is licensed under the MIT License.