# eslint-config-ma-shop-react-native

[![npm version](https://badge.fury.io/js/eslint-config-ma-shop-react-native.svg)](http://badge.fury.io/js/eslint-config-ma-shop-react-native)

This package provides marketamerica | SHOP.COM React Native eslint config as an
extensible shared config. Our linting rules are based off of
`eslint-config-ma-shop-react` and React Native specific rules.

## Install

```bash
yarn add eslint-config-ma-shop-react-native --dev
```

## Usage

Add the following into your your `package.json`

```json
"eslintConfig": {
  "extends": [ "ma-shop-react-native" ]
},
```

## Prettier

See [prettier setup](https://github.com/ma-shop/lint-rules#prettier) for details
on the configuration
