unfold / eslint-config

Unfold's ESLint config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"
},

About

Unfold's ESLint config


Languages

Language:JavaScript 100.0%