gts
gts copied to clipboard
☂️ TypeScript style guide, formatter, and linter.
[](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
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...
Please verify that 4.0.0 works and update the `latest` tag on npm.
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...
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) { } ```...
I think I have the basic stuff figured out, it's now just down to making eslint actually work.