0.0.2 • Published 8 years ago
eslint-plugin-engelhorn-sfcc v0.0.2
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-devNext, install eslint-plugin-engelhorn-sfcc:
$ npm install eslint-plugin-engelhorn-sfcc --save-devNote: 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"
]
}