@warungpintar/eslint-config-base

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

Usage no npm install needed!

<script type="module">
  import warungpintarEslintConfigBase from 'https://cdn.skypack.dev/@warungpintar/eslint-config-base';
</script>

README

@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.