1.0.0 • Published 2 years ago

@leadpixel/eslint-config v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Eslint Config

A common library for shared lint rules

Usage

  • Add the package to your project:
npm install --save-dev @leadpixel/eslint-config
  • Create an eslint config file :
{
  "extends": "@leadpixel"
}