0.0.0 • Published 8 years ago

eslint-plugin-salesforce-commercecloud v0.0.0

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

eslint-plugin-salesforce-commercecloud

adding globals for salesforce commerce cloud

Installation

You'll first need to install ESLint:

$ npm i eslint --save-dev

Next, install eslint-plugin-salesforce-commercecloud:

$ npm install eslint-plugin-salesforce-commercecloud --save-dev

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

Usage

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

{
    "plugins": [
        "salesforce-commercecloud"
    ]
}