virtuallyunknown

Results 56 comments of virtuallyunknown

Please allow `prettier.plugins` as a vscode setting. I am not really a fan of having ton of static configuration files across all of my projects, and for that reason I...

I am facing the same issue working in a monorepository using TypeScript `5.1.6` and cheerio `1.0.0-rc.12`. This kinda screws me up because I'm forced to use `skipLibCheck` even across packages...

> ESLint v9 support will be done in #28773 Hey @eps1lon, greetings! I just wanted to ask, is #28773 part of the `4.6.0` release that was [published on npm](https://www.npmjs.com/package/eslint-plugin-react-hooks) 3...

I am not sure if this feedback is of any value, but it looks like the types from `eslint` and `typescript-eslint` are signaling about potential issues. ```js // @ts-check //...

@movestill I think you need to use canary builds until React 19 launches if you want compatibility with ESLint 9. https://github.com/facebook/react/issues/28313#issuecomment-2076798972

> @eps1lon Thanks for the PR #28773. Do you have an example of how to configure it in a flat config? I think you may find my flat configuration migration...

ESLint v9 + flat config + [email protected] all working good. [Repo](https://github.com/virtuallyunknown/eslint-flat-config-migration)

@TylerLeonhardt this is still happening, and it's still very annoying having to restart VSCode every time. Any chance someone can look into it? I'm only tagging you because it says...

> Hi @virtuallyunknown sorry for the delay here. I have done some work recently to improve the experience. I'm curious if it fixes the issue you're seeing. > > You...

Greetings again @TylerLeonhardt. I thought this was finally fixed because I enjoyed a period without the issue happening, but unfortunately it happened again just now. All the details provided below...