eslint-plugin-salesforce-commercecloud

0.0.0 • Public • Published

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"
    ]
}

Package Sidebar

Install

npm i eslint-plugin-salesforce-commercecloud

Weekly Downloads

1

Version

0.0.0

License

MIT

Last publish

Collaborators

  • t-huth