Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/automattic/eslint-eslines

Utility that makes easier to combine ESLint with ESLines.
https://github.com/automattic/eslint-eslines

eslines eslint linting

Last synced: 15 days ago
JSON representation

Utility that makes easier to combine ESLint with ESLines.

Awesome Lists containing this project

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