Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/qiwi/paralint
- Owner: qiwi
- License: mit
- Created: 2022-11-20T18:03:16.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-21T16:36:27.000Z (over 1 year ago)
- Last Synced: 2024-11-06T08:43:41.688Z (9 days ago)
- Language: TypeScript
- Size: 349 KB
- Stars: 5
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)