SvnCommitTslint is a tool to check your typescript files in your codebase with Tslint(although deprecated) before commit them to repo by Svn.
Before use it,you should already install:
- Tslint(gobally install if you want to use SvnCommitTslint anywhere)
- Svn(install with command line)
npm install svn-commit-tslint -g/-S
SvnCommitTslint (-p, --project)<tsconfig.json> (-c, --config)<tslint.json> [filePaths]
It's a tinny tool,but I wish it still can help you.^_^