0.3.0 • Published 5 years ago

@promo-com/eslint-config v0.3.0

Weekly downloads
61
License
MIT
Repository
-
Last release
5 years ago

Promo.com eslint config

ESLint shareable config for the Promo.com JS style guide

Style

We started this styleguide extending airbnb's style, invested time reading through all rules, discussing and changing some, most of the time to be less strict. We hope you'll find this useful.

Setup

ESlint and its plugins must run from your projects dependencies, so install by running this (on npm 5+):

$ npx install-peerdeps --dev @promo-com/eslint-config

In your .eslintrc.js file, make sure to extend this package:

extends: [
  '@promo-com',
]

Obviously, you may still want to override rules, add globals etc. to exactly fit your style and needs.

0.3.0

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago