Eli

Results 430 comments of Eli

> Actually, I already have the melos run command as shown below, but due to bootstrap pub workspaces, this command cannot be executed, so it doesn't apply to all modules....

> Problem: Due to the issue mentioned [here](https://github.com/invertase/melos/issues/747#issuecomment-2569114225), Melos does not recognize my modules, so I cannot run my Melos scripts for my modules. Can you just copy+paste the error...

> Melos needs to recognize the modules, which requires running the `melos bootstrap` method, right? I don't think so... it just uses a glob in the melos.yaml, right?

Oh, and in case anyone is using `custom_lint`: don't upgrade 😢 `custom_lint` is essentially unmaintained right now, as the Dart team is actively working on shipping analyzer plugins built-in... which...

Oh, `import-x` merged ESLint 9/TSESLint 8 compat (not yet released though). We don't need to fix what ain't broke, but just an fyi.

Blocked on those other issues before considering this, but Sukka mentioned this in the last link: https://github.com/9romise/eslint-import-resolver-oxc Looks sweet, if we do switch we might consider swapping out the resolver...

I found that it worked for `favicon: /favicon.png`, but not for `background`, which needed `background: ./cover.jpg`.

I know that this is probably undesired, but could we at least _consider_ perhaps changing the default alphabet for `sort-imports` to sort subpaths before hyphenated packages, as per https://github.com/azat-io/eslint-plugin-perfectionist/issues/546#issuecomment-2981993513?

> * Updating the `alphabetical` sort isn't fitting, as it [explicitly claims](https://perfectionist.dev/rules/sort-imports#type) to use `localeCompare`. Certainly wouldn't expect alphabetical to change, I'd expect it as a quirk... > * Updating...

@AugustinMauroy, can you publish this separately whilst we wait for it to get merged?