@lympid/eslint-config-lympid

1.0.2 • Public • Published

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

Package Sidebar

Install

npm i @lympid/eslint-config-lympid

Weekly Downloads

3

Version

1.0.2

License

MIT

Unpacked Size

13.8 kB

Total Files

6

Last publish

Collaborators

  • wildlifechorus
  • tpereiralympid