3.0.0 • Published 8 years ago

@unfold/eslint-config v3.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
8 years ago

Unfold ESLint config

This is a linting config which extends Airbnb's javascript styleguide with our own modifications.

Install

npm

npm install --save-dev eslint @unfold/eslint-config

yarn

yarn add --dev eslint @unfold/eslint-config

package.json

"eslintConfig": {
  "extends": "@unfold/eslint-config"
},