Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 534 Bytes

File metadata and controls

16 lines (11 loc) · 534 Bytes

TypeScript mirror for pre-commit

Mirrors all* TypeScript releases for the pre-commit hooks framework.

Usage

Add the following to your .pre-commit-config.yaml:

- repo: https://github.com/jfroffice/pre-commit-typescript
  rev: v5.6.2
  hooks:
    - id: typescript

Change rev to the typescript version you want to use from the available versions as tags.