Skip to content

Pre-commit hook that runs tsc to check compile-time errors

Notifications You must be signed in to change notification settings

GoodTimeio/tsclint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tsclint

Pre-commit hook that runs tsc to check for compile-time errors.

For pre-commit: see https://github.com/pre-commit/pre-commit

Using tsclint with pre-commit

Add this to your .pre-commit-config.yaml:

-   repo: git://github.com/GoodTimeio/tsclint
    sha: ''  # Use the sha you want to point at
    hooks:
    -   id: tsc

About

Pre-commit hook that runs tsc to check compile-time errors

Resources

Stars

Watchers

Forks

Packages

No packages published