New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslint-config-cp

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-config-cp

The Chauffeur-Privé ESLint

5.5.0
latest
Source
npm
Version published
Weekly downloads
9
200%
Maintainers
1
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 10 Sep 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts