Andrea Pontrandolfo
Andrea Pontrandolfo
### Environment nypm: v0.3.8 node: v20.10.0 pnpm: v8.14.0 ### Reproduction placeholder ### Describe the bug Pnpm requires `--filter` arg to install a dependency into a specified workspace. I saw in...
It would be nice if this library supported [package.json import specifiers](https://nodejs.org/api/packages.html#imports) too, instead of just Typescript aliases.
Hey, i'm following the developments of Remeda and i have to say, this looks to be the most promising Lodash alternative in the wild right now. Many have been born...
Hi, i noticed that Remeda is missing some very common utility functions, namely `retry()` and `sleep()`. These are present in most other Utility libraries ([moderndash](https://github.com/Maggi64/moderndash), [radash](https://radash-docs.vercel.app/docs/getting-started)), so i think should...
Fixes #203 BREAKING CHANGE: removed pathsOverrides.tsconfigLocation
In v8, `typescript-eslint` introduced `projectService`, aimed at replacing the `project` option. We should switch to it. ## BLOCKED BY - [ ] https://github.com/typescript-eslint/typescript-eslint/pull/8031 - [x] https://github.com/typescript-eslint/typescript-eslint/issues/9731 - [ ] https://github.com/microsoft/vscode-eslint/issues/1911...
[ESLint now supports eslint.config.{ts,cts,mts} natively](https://eslint.org/blog/2024/08/eslint-v9.9.0-released/#experimental-typescript-configuration-files). We should adopt that instead of our custom implementation with [eslint-ts-patch](https://github.com/antfu/eslint-ts-patch). Requirements: - [ ] https://github.com/microsoft/vscode-eslint/issues/1917
The plan is pretty straightforward. - [ ] we complete the [upgrade milestone](https://github.com/AndreaPontrandolfo/sheriff/milestone/1) - [ ] we update eslint (meaning the peer-dep too) and @eslint/js to latest - [ ]...
Remove the specification that the CLI installs eslint version 8.57. Revert to using the latest version. (File: `autoInstallPackages.ts`). Apply this change to the version of `eslint-ts-patch` as well. Also remove:...