# eslint-plugin-sfccdx

> ESLint Plugin for Salesforce Commerce Cloud

Latest version **1.0.0-alpha.2** (published 2020-06-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install eslint-plugin-sfccdx
pnpm add eslint-plugin-sfccdx
yarn add eslint-plugin-sfccdx
bun add eslint-plugin-sfccdx
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0-alpha.2 |
| Published | 2020-06-26 |
| First published | 2020-06-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=10.12.0 |
| Dependencies | 1 |
| Unpacked size | 7.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Dorgeles N. |
| Maintainers | dorgelesn |
| Keywords | eslint, eslintplugin, eslint-plugin |

## Links

- npm: https://www.npmjs.com/package/eslint-plugin-sfccdx
- Repository: https://github.com/dorgelesn/sfccdx-eslint-plugin
- Issues: https://github.com/dorgelesn/sfccdx-eslint-plugin/issues
- npm.io page: https://npm.io/package/eslint-plugin-sfccdx

## Dependencies (1)

- [requireindex](https://npm.io/package/requireindex.md) ~1.2.0

## Alternatives

- [eslint-plugin-sonarjs](https://npm.io/package/eslint-plugin-sonarjs.md) — 2.9M weekly downloads
- [eslint-config-expo](https://npm.io/package/eslint-config-expo.md) — 1.5M weekly downloads
- [@matter/protocol](https://npm.io/package/@matter/protocol.md) — 63.5K weekly downloads
- [@eventcatalog/linter](https://npm.io/package/@eventcatalog/linter.md) — 24.8K weekly downloads
- [@inrupt/eslint-config-base](https://npm.io/package/@inrupt/eslint-config-base.md) — 4.5K weekly downloads

## Recent versions

- 1.0.0-alpha.2 (latest) — 2020-06-26

## README

# @dn-sfccdx/eslint-plugin

ESLint Plugin for Salesforce Commerce Cloud

## Installation

You'll first need to install [ESLint](http://eslint.org):

```
$ npm i eslint --save-dev
```

Next, install `@dn-sfccdx/eslint-plugin`:

```
$ npm install @dn-sfccdx/eslint-plugin --save-dev
```


## Usage

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

```json
{
    "plugins": [
        "dn-sfccdx"
    ]
}
```


Then configure the rules you want to use under the rules section.

```json
{
    "rules": {
        "dn-sfccdx/rule-name": 2
    }
}
```

## Supported Rules

* Fill in provided rules here

---
_Source: https://npm.io/package/eslint-plugin-sfccdx · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
