@thesouschef/eslint-config-react-native

1.0.2 • Public • Published

React Native Eslint Config

npm install -D @thesouschef/eslint-config-react-native

Usage

In your eslint config file for vanilla JS/TS projects, extend this library like:

extends: [
    "@thesouschef/eslint-config",
    "@thesouschef/eslint-config-react",
    "@thesouschef/eslint-config-react-native"
]

For more reference, see the documentation.

NOTE: We use prettier for formatting, which is run using eslint-plugin-prettier. As such, prettier is a required dependency. It is recommended that you use the prettier plugin for your editor in addition to the eslint plugin and turn off auto-formatting by any other plugin (including eslint).

Package Sidebar

Install

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

Weekly Downloads

0

Version

1.0.2

License

ISC

Unpacked Size

2.45 kB

Total Files

4

Last publish

Collaborators

  • gooftroop