eslint-eslines

1.0.0 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i eslint-eslines

Weekly Downloads

12

Version

1.0.0

License

GPL-3.0

Last publish

Collaborators

  • a8c
  • nosolosw