Miquel de Domingo i Giralt
Miquel de Domingo i Giralt
_Answering [this comment](https://github.com/mikededo/dartBarrelFileGenerator/issues/87#issuecomment-2038296369)_ Hmm, it is strange that the `fsPath` module cannot be found. I don't really know how VSCode runs commands under the hood. The main issue here is...
> Having a rough time figuring out how to set this up with the new flat config. I got it working using the following (I do not know your issue,...
@pboling Yes. As a heads up, make sure that you update your dependencies as `@typescrip-eslint/eslint-plugin` and `@typescript-eslint/parser` have been updated into `typescript-eslint`. See the following https://github.com/typescript-eslint/typescript-eslint/pull/7935 PR, in which support...
Any news on this? Still happening on `0.74.3`
As a temporary workaround, here's how I got it working: ```svelte import type { AnyMeltElement } from '@melt-ui/svelte'; import { emptyMeltElement } from '@melt-ui/svelte'; export let element: AnyMeltElement | undefined...
Tried what @xeho91 said, yet LazyVim is updating to the latests version all the time... Can't find what's wrong in the config 🤔
> Tried what @xeho91 said, yet LazyVim is updating to the latests version all the time... Can't find what's wrong in the config 🤔 Don't mind me, made it work...
The feature is tracked in here: https://github.com/sveltejs/eslint-plugin-svelte/issues/590
I agree with @marekdedic. The statement that reactive built-ins _do not need to be wrapped_ with `$state` is not correct.
@justingolden21, since it is a linter warning and not an error with the framework itself, I recommend you disable the `@typescrip-eslint/no-unused-vars` for such patterns (including also the underscore `_`, which...