0.2.2 • Published 4 years ago

@warungpintar/eslint-config-base v0.2.2

Weekly downloads
4
License
MIT
Repository
-
Last release
4 years ago

@warungpintar/eslint-config-base

Warung Pintar's base ESLint config, under the hood we are extending and overriding xo's lint config.

Installation

yarn add --dev @warungpintar/eslint-config-base eslint

Usage

After installing, update your project's .eslintrc.js file to import the rule sets you want:

{
  "extends" : [
    "@warungpintar/eslint-config-base"
  ]
}

Read the ESlint config docs for more information.