0.0.3 • Published 4 years ago

tslint-comment-to-eslint v0.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

README

Replace tslint comments (like tslint:disable-nextline) to eslint comments.

CAUTION: This tool does not check lines are comments. Check diff carefully!

Usage

$ yarn global add tslint-comment-to-eslint
$ tslint-comment-to-eslint 'src/**/*.ts'

Example

-   // tslint:disable-next-line:no-floating-promises
+   // eslint-disable-next-line @typescript-eslint/no-floating-promises