0.0.2 • Published 7 years ago

eslint-plugin-engelhorn-sfcc v0.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

eslint-plugin-engelhorn-sfcc

eslint-Plugin to add globals for engelhorn-sfcc-spefic globals

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-engelhorn-sfcc:

$ npm install eslint-plugin-engelhorn-sfcc --save-dev

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

Usage

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

{
    "plugins": [
        "engelhorn-sfcc"
    ]
}