Tom Lienard

Results 163 comments of Tom Lienard

Indeed the documentation is missing this option, but we'll update and improve it with #359 Looking at your example code, it looks incorrect. You have to pass a locale object,...

That would be very appreciated @gustaveWPM!

Sherif only supports a single level of wildcard right now (e.g. `packages/*`), definitely something we should improve.

I've just merged https://github.com/QuiiBz/sherif/pull/92 which adds support for one level of `**` - will trigger a new release in the next few days.

Now released in https://github.com/QuiiBz/sherif/releases/tag/v1.0.0!

That's right, ignored packages do not support it yet, there will be a follow-up PR soon.

That's a cool idea, but I'm not sure how we could reliably detect if another package is using a dependency that isn't specified in its own `dependencies` / `devDependencies`. At...

Closing in favor of https://github.com/QuiiBz/sherif/issues/121, see https://github.com/QuiiBz/sherif/issues/121#issuecomment-2993363062 for a rough idea of how that would work.

This behavior is expected, as any folder in e.g. `apps/*` is considered a package. We could (and maybe should) ignore `.npm` folders though, and for `packages/ui` you should update your...

Auto-fixing the dependencies would require to refresh the lockfile, which the user might forgot to do if Sherif was run automatically via a pre-commit hook (unless we do https://github.com/QuiiBz/sherif/issues/38#issuecomment-2198020817).