0.0.4 • Published 8 years ago

eslint-plugin-osedea v0.0.4

Weekly downloads
12
License
-
Repository
-
Last release
8 years ago

eslint-plugin-osedea

desc

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-osedea:

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

Note: If you installed ESLint globally (using the -g flag) then you must also install eslint-plugin-osedea globally.

Usage

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

{
    "plugins": [
        "osedea"
    ]
}

Stable Releases