1.0.2 • Published 28 days ago

@lympid/eslint-config-lympid v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
28 days ago

lympid-config-lympid

Lympid ESLint config.

Installation

$ npm install eslint @lympid/eslint-config-lympid --save-dev

Usage

Create an .eslintrc.yml file with the following:

extends: "@lympid/eslint-config-lympid"

Add the following script to your package.json:

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

and run the linter with:

$ npm run lint