# eslint-config-activepipe

> Shared code formatting and quality configuration for use in all ActivePipe projects

Latest version **1.4.0** (published 2020-07-07) · ISC license · 0 weekly downloads

## Install

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

## 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.4.0 |
| Published | 2020-07-07 |
| First published | 2018-04-10 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 25.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | ActivePipe |
| Maintainers | chrisnankervis, grrowl, johnmcclumpha, nathmack |

## Links

- npm: https://www.npmjs.com/package/eslint-config-activepipe
- Repository: https://github.com/ActivePipe/code-standards
- Homepage: https://github.com/ActivePipe/code-standards#readme
- Issues: https://github.com/ActivePipe/code-standards/issues
- npm.io page: https://npm.io/package/eslint-config-activepipe

## Recent versions

- 1.4.0 (latest) — 2020-07-07
- 1.3.1 — 2018-12-11
- 1.3.0 — 2018-12-11
- 1.2.0 — 2018-04-18
- 1.1.2 — 2018-04-17
- 1.0.4 — 2018-04-13
- 1.0.2 — 2018-04-11
- 1.0.3 — 2018-04-10

## README

# eslint-config-activepipe

Shared code formatting and quality configuration for use in all ActivePipe projects

## what it does

* Specifies `eslint`/`prettier` dependencies
* Shared configuration for the above dependencies
* Code quality rules for JS, JSX, etc

# quick start

1. `npm install --save-dev` this package's peerDepencies (see below)
2. save `module.exports = { extends: ['activepipe'] }` to `.eslintrc.js` in your project root
3. save `module.exports = require('eslint-config-activepipe/prettierrc')` to `.prettierrc.js` in your project root
4. ?????
5. profit and doors which go _like this_


## installing peerDependencies

The following command will install (or update) this package's peer dependencies in your project:

```
npm info eslint-config-activepipe peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev
```

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