5
0
Fork 0
mirror of https://github.com/pre-commit/action.git synced 2025-11-11 20:43:49 +00:00
pre-commit-action/.pre-commit-config.yaml
2020-11-16 17:05:12 +00:00

13 lines
325 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v3.3.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: v7.13.0-1
hooks:
- id: eslint
args: [--fix]