1.0.2 • Published 6 years ago

@gomi/eslint-config v1.0.2

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

eslint-config

v1.0.2 Recent update Public access

A rule set of GOMI's ESLint configurations based on Airbnb's.

It's inspired by RIDI's ESLint configuration

Installation

Install @gomi/eslint-config package:

# with NPM
npm install --save-dev eslint @gomi/eslint-config

# or with Yarn
yarn add -D eslint @gomi/eslint-config

Usage

You can write down like below in .eslintrc file:

{
  "extends": "@gomi",
  "rules": {
    // exceptions
  }
}