@blockmatic/eslint-config-base

2.0.0 • Public • Published

@blockmatic/eslint-config-base

Blockmatic's base ESLint config.

Installation

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

Usage

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

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

ES5 only

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

ES6+ only

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

Read the ESlint config docs for more information.

Readme

Keywords

none

Package Sidebar

Install

npm i @blockmatic/eslint-config-base

Weekly Downloads

18

Version

2.0.0

License

MIT

Unpacked Size

19.2 kB

Total Files

6

Last publish

Collaborators

  • gaboesquivel
  • ruge0326