@linters/eslint-config-react-native
v1.10.2
Published
The eslint config for react native applications you have been looking for.
Downloads
14
Maintainers
Readme
Eslint Config React Native
eslint shareable config to help you identify and report on patterns found in your code in react-native applications.
Plugins
This configuration uses the following plugins:
@linters/eslint-config-react
eslint-plugin-react-native
Install
$ yarn add eslint @linters/eslint-config-react-native -D
Usage
Create a .eslintrc.js file with the following contents:
module.exports = {
extends: ['@linters/eslint-config-react-native'],
}