@xoi/eslint-config-react-native
An ESLint config for React Native apps
Installation
This module is distributed via npm
which is bundled with node
and should be installed as one of your project's devDependencies
:
yarn add -D @xoi/eslint-config-react-native
This package has peer dependencies. Please make sure you have those installed as well.
yarn add -D eslint@^6.10.0
Usage
.eslintrc.*
module.exports = {
extends: '@xoi/eslint-config-react-native',
rules: { /* overrides and additional rules */ }
}
Editor Integration
ESLint can be integrated with various editors. See the Integrations page in the ESLint documentation for details
Contributing
Open an issue or create a pull request