# eslint-config-candytender

> Personal eslint configuration

Latest version **3.1.1** (published 2017-04-20) · MIT license · 0 weekly downloads

## Install

```sh
npm install eslint-config-candytender
pnpm add eslint-config-candytender
yarn add eslint-config-candytender
bun add eslint-config-candytender
```

## 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 | 3.1.1 |
| Published | 2017-04-20 |
| First published | 2017-02-05 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Candytender team |
| Maintainers | epiloque |
| Keywords | eslint, eslintconfig, config, candytender, javascript, styleguide |

## Links

- npm: https://www.npmjs.com/package/eslint-config-candytender
- Repository: https://github.com/candytender/eslint-config-candytender
- Issues: https://github.com/candytender/eslint-config-candytender/issues
- npm.io page: https://npm.io/package/eslint-config-candytender

## 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

- 3.1.1 (latest) — 2017-04-20
- 3.1.0 — 2017-04-20
- 3.0.5 — 2017-04-20
- 3.0.4 — 2017-04-16
- 3.0.3 — 2017-04-16
- 3.0.2 — 2017-03-01
- 3.0.1 — 2017-03-01
- 3.0.0 — 2017-02-05
- 2.3.1 — 2017-02-05

## README

# eslint-config-candytender

[![npm version](https://badge.fury.io/js/eslint-config-candytender.svg)](http://badge.fury.io/js/eslint-config-candytender)

>  eslint configuration

## Usage

Install the correct versions of each package, which are listed by the command:

```sh
npm info "eslint-config-candytender@latest" peerDependencies
```

Linux/OSX users can simply run

```sh
(
    export PKG=eslint-config-candytender;
    npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev "$PKG@latest"
)
```

Alternatively either install all the peer dependencies manually, or use
the [install-peerdeps](https://github.com/nathanhleung/install-peerdeps) cli
tool.

```sh
npm install -g install-peerdeps
install-peerdeps --dev eslint-config-candytender
```

Finally, add the extends to .eslintrc.js:

```javascript
// .eslintrc.js
'use strict'

module.exports = {
    'extends': 'candytender'
}
```

## License

Copyright (c) 2016 Candytender Team <mailto:team@candytender.com>

Licensed under the MIT License

    http://www.opensource.org/licenses/MIT

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