0.0.0 • Published 8 years ago

eslint-plugin-julius v0.0.0

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

eslint-plugin-julius

yesod shakespeare julius rulus for ESLint

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-julius:

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

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

Usage

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

{
    "plugins": [
        "julius"
    ]
}