1.0.2 • Published 4 years ago

@entercom/eslint-config-entercom v1.0.2

Weekly downloads
108
License
ISC
Repository
github
Last release
4 years ago

Entercom JavaScript Style Guide

A biased but reasonable approach to JavaScript

Note: this configuration extends airbnb configuration which can be installed with npm i -s eslint-config-airbnb

Install this configuration to your project

npm install --save-dev entercom/eslint-config-entercom

Add configuration as an extends

package.json

  "eslintConfig": {
    "extends": [
      "@entercom/eslint-config-entercom"
    ]
  },