@linters/eslint-config-react-native

1.10.1 • Public • Published

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

Package Sidebar

Install

npm i @linters/eslint-config-react-native

Weekly Downloads

1

Version

1.10.1

License

none

Unpacked Size

12.3 kB

Total Files

5

Last publish

Collaborators

  • michal.jarnot