0.0.0 • Published 10 years ago
eslint-plugin-julius v0.0.0
eslint-plugin-julius
yesod shakespeare julius rulus for ESLint
Installation
You'll first need to install ESLint:
$ npm i eslint --save-devNext, install eslint-plugin-julius:
$ npm install eslint-plugin-julius --save-devNote: 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"
]
}0.0.0
10 years ago