Skip to content

Latest commit

 

History

History

eslint-config-react-native

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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'],
}