1.0.4 • Published 5 years ago

eslint-plugin-snail v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

eslint-plugin-cpic

cpic

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-cpic:

$ npm install eslint-plugin-cpic --save-dev

Usage

Add cpic to the plugins section of your .eslintrc configuration file. You can omit the eslint-plugin- prefix:

{
    "plugins": [
        "cpic"
    ]
}