Skip to content

Utility that makes easier to combine ESLint with ESLines.

Notifications You must be signed in to change notification settings

Automattic/eslint-eslines

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Utility that makes easier to combine ESLint with ESLines.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published