Josh Pike
Josh Pike
### Which @angular/* package(s) are relevant/related to the feature request? _No response_ ### Description It looks like TS is going to be getting stage 3 decorators in 5.0: https://github.com/microsoft/TypeScript/issues/51362 Will...
### Is this a regression? - [X] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not present was Anything...
### Description To keep track of the sheer amount of types, I think it's a smart idea to fire up a google sheet that shows all rules that have been...
### Environment information ```block CLI: Version: 10.0.1 Color support: true Platform: CPU Architecture: aarch64 OS: macos Environment: ROME_LOG_DIR: unset NO_COLOR: unset TERM: "xterm-256color" Rome Configuration: Status: unset Workspace: Open Documents:...
New Redis is around the corner, and this mock lib is breaking in two clear cases: - methods are not promisified, whereas redis supports that - 'setEx' no not defined...
### Environment information ```block same Rome rage as here https://github.com/rome/tools/issues/4182#issuecomment-1410177376 too big to paste in this issue creation page for some reason ``` ### What happened? After working for a...
### Description https://typescript-eslint.io/rules/prefer-for-of This rule forces loop functions to use `for of` if the index of a for loop is never used, greatly improving readability and ensuring there are no...
### Description https://typescript-eslint.io/rules/no-unnecessary-type-assertion/
### Description https://typescript-eslint.io/rules/no-floating-promises important would be have the `ignoreVoid` enabled, as adding `void` before a Promise can explicitly define that Promise as one that is not designed to be `awaited`...