@saoviettest/nulla-adipisci-vel-porro
v1.0.0
Published
[![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/nul
Downloads
4
Maintainers
Keywords
Readme
eslint-config-skyscanner
This package includes the shareable ESLint configuration used by Skyscanner.
Installation
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"
}
}