1.1.0 • Published 4 years ago

eslint-plugin-accentrix v1.1.0

Weekly downloads
2
License
ISC
Repository
-
Last release
4 years ago

eslint-plugin-accentrix

accentrix hapi

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-accentrix:

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

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

Usage

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

{
    "plugins": [
        "accentrix"
    ]
}
{
    "extends": [
        "plugin:accentrix/hapi",
    ]
}
'''