gts icon indicating copy to clipboard operation
gts copied to clipboard

☂️ TypeScript style guide, formatter, and linter.

Results 103 gts issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use...

This will provide a single place to inherit rules from and increase consistency across Google JS/TS libraries. https://github.com/google/eslint-config-google

semver: major
type: feature request

Specifically when breaking lines. Google style has good line break rules that prettier's indent rules conflicts with. Given that `gts` enforces `prettier/prettier`, my fix gives me breaks like this: ```typescript...

type: bug
priority: p3

Please verify that 4.0.0 works and update the `latest` tag on npm.

priority: p2
type: bug

Rationale: - npm and Yarn both put (a directory containing) the eslint binary on PATH during "npm run foo", so take advantage of that to invoke eslint in a way...

cla: yes

Right now the style rules make it impossible to declare the type of "this" in a function. When you do it like this: ```typescript function (this: UserDocument) { } ```...

type: feature request
priority: p3

I think I have the basic stuff figured out, it's now just down to making eslint actually work.

do not merge