0.0.4 • Published 10 years ago
eslint-plugin-osedea v0.0.4
eslint-plugin-osedea
desc
Installation
You'll first need to install ESLint:
$ npm i eslint --save-devNext, install eslint-plugin-osedea:
$ npm install eslint-plugin-osedea --save-devNote: 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"
    ]
}