google/gts
☂️ TypeScript style guide, formatter, and linter. observed · 2026-08-28
Health v2 · maintenance only
69/100
- Activity 63
- Release rhythm 60
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 12
- age_days: 3320
- days_rel: 271
- days_push: 224
- n_releases_24m: 4
Adoption not part of the score
5290 stars · 211 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
gts is Google's TypeScript style guide packaged as a zero-configuration CLI tool that bundles ESLint linting, Prettier formatting, and an opinionated tsconfig.json. Running `gts init` sets up lint, fix, clean, and compile scripts in a project with automatic code fixing.
Use cases
- enforce a consistent TypeScript code style across a team without writing lint rules
- auto-format and auto-fix TypeScript files with one command
- set up linting and formatting in a new TypeScript project quickly
- stop style debates in code review by adopting an opinionated standard
- use Google's TypeScript style as a shareable ESLint config
- add clean and compile scripts wired to the TypeScript compiler
When to choose
- you want zero-config, opinionated TypeScript style enforcement backed by Google
- you want linting and formatting from a single dependency and CLI
- you're starting a new TypeScript project and want sensible defaults immediately
- you want an ESLint config you can extend with custom rules later
When to avoid
- your team already has its own ESLint/Prettier configuration and style guide
- you need fine-grained control over every lint rule from day one
- you're linting plain JavaScript without TypeScript
- you need a style guide with configurable options rather than an opinionated default
Facets
cli-tool · maturity active
linter formatter cli developer-tools developer-tools programming-languages web-development cli cross-platform typescript eslint prettier code-style google-style-guide zero-config nodejs
3 sources
- readme: https://github.com/google/gts · fetched 2026-08-28 · 2b265142843e
- homepage: https://github.com/google/gts · fetched 2026-08-29 · 7939cd048a59
- registry_npm: https://registry.npmjs.org/gts · fetched 2026-08-29 · 8c4773e568ee
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| google/gts | main | 69 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem