Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quantco/pre-commit-mirrors-eslint
pre-commit hook for eslint
https://github.com/quantco/pre-commit-mirrors-eslint
Last synced: about 2 months ago
JSON representation
pre-commit hook for eslint
- Host: GitHub
- URL: https://github.com/quantco/pre-commit-mirrors-eslint
- Owner: Quantco
- License: bsd-3-clause
- Created: 2022-03-17T08:21:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-27T07:47:03.000Z (2 months ago)
- Last Synced: 2024-10-27T08:45:55.246Z (2 months ago)
- Size: 98.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# eslint pre-commit hook
pre-commit hook of eslint with conda as a `language` / package manager.
For pre-commit: see [here](https://github.com/pre-commit/pre-commit)
For eslint: see [here](https://github.com/eslint/eslint)
## Using eslint with pre-commit and conda:
Add this to your `.pre-commit-config.yaml`
```yaml
- repo: https://github.com/quantco/pre-commit-mirrors-eslint
rev: '' # Use the sha / tag you want to point at
hooks:
- id: eslint-conda
```