1.0.0 • Published 8 years ago

eslint-eslines v1.0.0

Weekly downloads
3
License
GPL-3.0
Repository
-
Last release
8 years ago

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.

1.0.0

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago