eslint shareable config to help you identify and report on patterns found in your code in react-native applications.
This configuration uses the following plugins:
@linters/eslint-config-react
eslint-plugin-react-native
$ yarn add eslint @linters/eslint-config-react-native -D
Create a .eslintrc.js file with the following contents:
module.exports = {
extends: ['@linters/eslint-config-react-native'],
}