You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Searching through the internet I have found quite interesting repository https://github.com/google/gts (Google TypeScript Style), created by Google (WoW), which just add TypeScript style guide, formatter, and linter. It is built on Tslint and prettier. I would remove the necessity of looking for TSlint updates, updating 'stylesheets', everything would be always up to date with Google's standards.
It would also close all my current and future (probably) issues about style conventions.
(although we still can update it's config:
Opinionated, but not to a fault. We recommend you use the default configuration, but if you need to customize compiler or linter config, you can.)
Looking for your feedback bout it :)
The text was updated successfully, but these errors were encountered:
@nicojs this is basically the preset TSlint config, with the most common rules and used by google (or at least recommended) + configures prettier. What do you mean by "migrate to eslint"? As we are using mostly Typescript I don't find any sense of using ESlint :/
Impact on code? I guess not that big, since as you probably remember I have done a lot of work with your linters and so it should be more or less the same config
Searching through the internet I have found quite interesting repository https://github.com/google/gts (Google TypeScript Style), created by Google (WoW), which just add TypeScript style guide, formatter, and linter. It is built on Tslint and prettier. I would remove the necessity of looking for TSlint updates, updating 'stylesheets', everything would be always up to date with Google's standards.
It would also close all my current and future (probably) issues about style conventions.
(although we still can update it's config:
Opinionated, but not to a fault. We recommend you use the default configuration, but if you need to customize compiler or linter config, you can.)
Looking for your feedback bout it :)
The text was updated successfully, but these errors were encountered: