Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 990 Bytes

File metadata and controls

49 lines (33 loc) · 990 Bytes

@kilohealth/eslint-config-react-native

Kilo.Health ESLint config for React Native.

Getting started

Install dependencies

# yarn
yarn add -D eslint prettier @babel/core

# npm
npm install eslint prettier @babel/core --save-dev

Install the package

# yarn
yarn add -D @kilohealth/eslint-config-react-native

# npm
npm install @kilohealth/eslint-config-react-native --save-dev

Usage

Extend your ESLint config in your .eslintrc:

{
  "extends": ["@kilohealth/eslint-config-react-native"]
}

See also

Node.js ESLint config: @kilohealth/eslint-config-node

Redux-Saga ESLint config: @kilohealth/eslint-config-redux-saga

Next.js ESLint config: @kilohealth/eslint-config-next

React ESLint config: @kilohealth/eslint-config-react