eslint-config-cp

5.5.0 • Public • Published

eslint-config-cp

The Chauffeur-Privé ESLint

Installation

npm install eslint-config-cp eslint eslint-plugin-import eslint-config-airbnb --save-dev

Set up a .eslintrc in your project

{
  "extends": "cp",
  "rules" : {
  }
}

Add it to your project's package.json

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

Run the linter

npm run lint

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-config-cp

Weekly Downloads

2

Version

5.5.0

License

MIT

Unpacked Size

2.95 kB

Total Files

7

Last publish

Collaborators

  • cptechadmin