Skip to content
Snippets Groups Projects
.pre-commit-config.yaml 323 B
Newer Older
  • Learn to ignore specific revisions
  • repos:
      - repo: https://github.com/pre-commit/pre-commit-hooks
        rev: v2.2.3
        hooks:
          - id: trailing-whitespace
      - repo: https://github.com/prettier/prettier
    
        rev: "1.18.2"
    
      - repo: https://github.com/pre-commit/mirrors-eslint
    
        rev: "v6.5.1"
    
        hooks:
          - id: eslint