1.0.0 • Published 4 years ago

eslint-config-skyscanner-with-prettier v1.0.0

Weekly downloads
107
License
Apache-2.0
Repository
github
Last release
4 years ago

eslint-config-skyscanner-with-prettier

Build Status npm version

IMPORTANT NOTE: Prettier is now included in eslint-config-skyscanner, and this package is just a wrapper around it. It's recommended to switch to eslint-config-skyscanner as soon as possible, as eslint-config-skyscanner-with-prettier is deprecated and will be archived soon.

This package contains an encapsulated setup for ESLint according to Skyscanner's best practices plus integrated support for Prettier via eslint fix.

Changelog

View our up-to-date changelog

Installation

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

If you already have a .eslintrc you need to change it to have "extends": ["skyscanner-with-prettier"] and remove any references to the base "skyscanner" config.

Editor integration

To enable prettier format on save setup your editor to run eslint fix on save.

1.0.0

4 years ago

0.8.0

5 years ago

0.7.0

5 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.5.0-0

5 years ago

0.4.0

6 years ago

0.3.1

6 years ago

0.3.0

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago