Skip to content

tslint-fix takes output of tslint and automagically fixes the errors.

License

Notifications You must be signed in to change notification settings

nojvek/tslint-fix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tslint-fix

Usage

npm install -g tslint-fix
tslint -c tslint.json src/**/*.ts > tslintout.txt
tslint-fix tslintout.txt

NOTE:

tslint 4.0 now includes a tslint --fix option so this package may be the latest and greatest.

Use tslint-fix as you see fit. It helped me solve my problems, may be it can help solve yours too!

Its a simple one file, ~200 line js file package. Viewing the source is very much encouraged.

About

tslint-fix takes output of tslint and automagically fixes the errors.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published