blob: 713f032bebe2d3ac35b29319bde9684483d83f6f [file] [log] [blame]
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v2.4.0
hooks:
- id: check-json
- id: check-yaml
- id: trailing-whitespace
- id: end-of-file-fixer
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v6.7.0
hooks:
- id: eslint
args: [--fix]