Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/qiwi/paralint

Runner to invoke ESLint in parallel
https://github.com/qiwi/paralint

Last synced: 4 days ago
JSON representation

Runner to invoke ESLint in parallel

Awesome Lists containing this project

README

        

# paralint
> Runner to invoke ESLint in parallel

[![CI](https://github.com/qiwi/paralint/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/qiwi/paralint/actions/workflows/ci.yaml)
[![Maintainability](https://api.codeclimate.com/v1/badges/13f3c48486b71d4e3ca1/maintainability)](https://codeclimate.com/github/qiwi/paralint/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/13f3c48486b71d4e3ca1/test_coverage)](https://codeclimate.com/github/qiwi/paralint/test_coverage)

## Install
```shell
npm i -D paralint
```

## Usage
```shell
paralint [--eslint-options] [--concurrency=4]
```

## Alternatives
* [pgAdmin/eslint-parallel](https://github.com/pgAdmin/eslint-parallel)
* [pinterest/esprint](https://github.com/pinterest/esprint)

## License
[MIT](./LICENSE)