# eslint-eslines

> Utility that makes easier to combine ESLint and ESLines.

Latest version **1.0.0** (published 2017-09-08) · GPL-3.0 license · 0 weekly downloads

## Install

```sh
npm install eslint-eslines
pnpm add eslint-eslines
yarn add eslint-eslines
bun add eslint-eslines
```

Provides the command `eslint-eslines`.

## 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 |
| Published | 2017-09-08 |
| First published | 2017-04-04 |
| Weekly downloads | 0 |
| License | GPL-3.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | a8c, nosolosw |
| Keywords | eslint, eslines, lint |

## Links

- npm: https://www.npmjs.com/package/eslint-eslines
- npm.io page: https://npm.io/package/eslint-eslines

## 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 (latest) — 2017-09-08
- 0.0.6 — 2017-09-05
- 0.0.5 — 2017-08-29
- 0.0.4 — 2017-08-28
- 0.0.3 — 2017-06-13
- 0.0.2 — 2017-04-06
- 0.0.1 — 2017-04-04

## README

# eslint-eslines

Utility that makes easier to combine ESLint with ESLines in certain environments.

## Rationale

ESLint and ESLines play well together:

	eslint -f json <files to lint> | eslines

Yet, UNIX pipes may not play well with environments that allow parallelization. For example, in CircleCI you are allowed to execute the same command over a different set of files in parallel:

	lint-command :
		parallel: true
		files:
		- client/**/*.js
		- client/**/*.jsx
		- server/**/*.js
		- server/**/*.jsx

In those cases, UNIX piping does not help, hence this utility.

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