microsoft / TypeScript

TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
https://www.typescriptlang.org
Apache License 2.0
98.27k stars 12.21k forks source link

Disable no-inferrable-types eslint rule #58306

Closed jakebailey closed 3 weeks ago

jakebailey commented 3 weeks ago

This should fix the create release-X.Y task.

This was a stylistic rule introduced when we switched to using ts-eslint's presets, but we explicitly annotate some stuff that's inferable on purpose. Since this is just style, it seems okay to just disable it.

DanielRosenwasser commented 3 weeks ago

Since users in #57475 got annoyed, I'll post it here.

@typescript-bot create release-5.5

typescript-bot commented 3 weeks ago

Starting jobs; this comment will be updated as builds start and complete.

Command Status Results
create release-5.5 ✅ Started ✅ Results
typescript-bot commented 3 weeks ago

Hey, @DanielRosenwasser! I've created release-5.5 with version 5.5.0-beta for you.