This package has been deprecated

Author message:

eslint-config-skyscanner is now deprecated in favour of the scoped package, @skyscanner/eslint-config-skyscanner - please use @skyscanner/eslint-config-skyscanner package going forward

eslint-config-skyscanner

10.4.0 • Public • Published

eslint-config-skyscanner

Build Status npm version

This package includes the shareable ESLint configuration used by Skyscanner.

Installation

npm install --save-dev eslint-config-skyscanner

Add "extends": "skyscanner" to your .eslintrc.

React

eslint-config-skyscanner 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 eslint-config-skyscanner, it must be manually set in .eslintrc:

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

Changelog

View our up-to-date changelog.

Package Sidebar

Install

npm i eslint-config-skyscanner

Weekly Downloads

58

Version

10.4.0

License

Apache-2.0

Unpacked Size

56.8 kB

Total Files

31

Last publish

Collaborators

  • skyscanner-koalasquad
  • frugoman
  • marianeumayer-skyscanner
  • ojcurt
  • cvf8964
  • sogame
  • dfraser
  • mattface