Changelog
3.0.0 (2020-10-08)
check
to lint
(#570)check
to lint
(#570) (c527b66)Changelog
2.0.0 (2020-04-02)
This is a major rewrite of the tool. Based on community guidance, we've switched from using tslint to eslint. Please read all of the steps below to upgrade.
eslint
With the shift to eslint
, gts
now will format and lint JavaScript as well as TypeScript. Upgrading will require a number of manual steps. To format JavaScript and TypeScript, you can run:
$ npx gts fix
To specify only TypeScript:
$ npx gts fix '**/*.ts'