# eslint-config-skyscanner

[![Build Status](https://github.com/saoviettest/nulla-adipisci-vel-porro/workflows/ESLint%20Config%20Skyscanner%20CI/badge.svg)](https://github.com/saoviettest/nulla-adipisci-vel-porro/actions)
[![npm version](https://img.shields.io/npm/v/@saoviettest/nulla-adipisci-vel-porro.svg)](https://www.npmjs.com/package/@saoviettest/nulla-adipisci-vel-porro)

This package includes the shareable ESLint configuration used by Skyscanner.

## Installation

```bash
npm install --save-dev @saoviettest/nulla-adipisci-vel-porro
```

Add `"extends": "@saoviettest/nulla-adipisci-vel-porro"` to your `.eslintrc`.

## React

`@saoviettest/nulla-adipisci-vel-porro` will try to detect automatically the version of React installed.

If your project doesn't use it or it is not installed in the same `package.json` as `@saoviettest/nulla-adipisci-vel-porro`, it must be manually set in `.eslintrc`:

```
"settings": {
  "react": {
    "version": "16.4"
  }
}
```

## Changelog

[View our up-to-date changelog](./CHANGELOG.md).
