0.2.4 • Published 3 years ago

@pixelcabin/eslint-config v0.2.4

Weekly downloads
19
License
GPL-3.0
Repository
github
Last release
3 years ago

@pixelcabin/eslint-config

Installation:

$ npm install @pixelcabin/eslint-config

Usage:

In a .eslintrc file at the root of the project:

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

And, in a .babelrc file at the root of the project:

{
  "extends": "@pixelcabin/eslint-config/.babelrc"
}