> For the complete CircleCI developer hub index, see [llms.txt](https://circleci.com/developer/llms.txt)

# arrai/eslint

## Jobs

### eslint

| Parameter | Type | Default | Description |
|---|---|---|---|
| `wd` | string | ~/project | The working directory for this job. |
| `files` | string | lib/** | Files/Directories to lint. |
| `executor` | executor | lts | The executor to use for the job. |
| `resource_class` | enum | small | The resource class to use for the job. |
| `setup` | steps |  | Any additional setup steps. |
| `config` | steps |  | Any additional configuration steps. |
| `create_badges` | boolean | true | Generate badges. |
| `npm_version` | string | latest | NPM version to use |
| `npm_install` | boolean | true | Run npm install prior to lintint |
| `npm_registry` | string | registry.npmjs.org | The npm registry to authenticate against. |
| `npm_token` | string | ${NPM_TOKEN} | Auth token for the registry. |
| `npm_scopes` | string |  | Newline separated scope-to-registry mappings to add to .npmrc (e.g. @arrai-innovations:registry=https://npm.arrai.dev/). |

### eslint_fixed_ip

| Parameter | Type | Default | Description |
|---|---|---|---|
| `wd` | string | ~/project | The working directory for this job. |
| `files` | string | lib/** | Files/Directories to lint. |
| `executor` | executor | lts | The executor to use for the job. |
| `resource_class` | enum | small | The resource class to use for the job. |
| `setup` | steps |  | Any additional setup steps. |
| `config` | steps |  | Any additional configuration steps. |
| `create_badges` | boolean | true | Generate badges. |
| `npm_version` | string | latest | NPM version to use |
| `npm_install` | boolean | true | Run npm install prior to lintint |
| `npm_registry` | string | registry.npmjs.org | The npm registry to authenticate against. |
| `npm_token` | string | ${NPM_TOKEN} | Auth token for the registry. |
| `npm_scopes` | string |  | Newline separated scope-to-registry mappings to add to .npmrc (e.g. @arrai-innovations:registry=https://npm.arrai.dev/). |

## Executors

### lts

### current