1.0.0 • Published 2 years ago

pickbin-eslint-config v1.0.0

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

pcikbin-eslint-config

Pickbin-flavored ESLint config.

Installation

$ npm install eslint pickbin-eslint-config --save-dev

Usage

Create an .eslintrc.yml file with the following:

extends: pickbin-eslint-config

Add the following script to your package.json:

{
  "scripts": {
    "lint": "eslint ."
  }
}

and run the linter with:

$ npm run lint