2.0.6 • Published 6 years ago
@xoi/eslint-config-react-native v2.0.6
@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-nativeThis package has peer dependencies. Please make sure you have those installed as well.
yarn add -D eslint@^6.10.0Usage
.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