Han Yeong-woo
Han Yeong-woo
Please include these for vitest icon. Source: https://github.com/vitest-dev/vitest/blob/main/packages/vitest/src/constants.ts#L15-L20 ```ts [ 'vitest.config.mts', 'vitest.config.cts', 'vitest.config.mjs', 'vitest.config.cjs', ] ```
> Hey @RyanCavanaugh, I've packed this into [an installable tgz](https://typescript.visualstudio.com/cf7ac146-d525-443c-b23c-0d58337efebc/_apis/build/builds/135059/artifacts?artifactName=tgz&fileId=9B9E7C827F6AF362B57D1037A86D3FCCF508F8EDBB34F60B1E03344AB433109902&fileName=/typescript-4.9.0-insiders.20220922.tgz). You can install it for testing by referencing it in your `package.json` like so: > > ``` > { >...
```ts function fn( callback: (unused: string) => { key: ToInferred; keyCallback: (key: ToInferred) => number; }, ) {} fn(() => ({ key: 5, keyCallback: (key) => { return key; //...
Can we make this repository a monorepo later and add 'jotai-tanstack-query' to this repository? For more promotion, contribution and maintenance. It's just suggestion. BTW, thanks for your hard work!
> @nirtamir2 seems like this addon doesn't pass down `experimental` options, found a workaround to work with `newNextLinkBehavior` 💪 > > in your `preview.tsx` file add the following > >...
> 2. Still need to think of a way to implement it in a way that's not hacky I'm interested in the second request. What do you mean "not hacky"?
> @nix6839 I understand that this PR only adds flat config support. I still want to mention that with ESLint v9.3.0 I get the [TypeError: context.getAncestors is not a function](https://eslint.org/blog/2023/09/preparing-custom-rules-eslint-v9/#context.getancestors())....
> Thanks! > > Migrating to ESM is a major breaking change, so my thinking is that the ESM migration would be better done after stylelint has fully migrated to...
> For windows we can use the `XDG_CONFIG_HOME` as well right? Updated!
@raphamorim What do you think about the last fallback path on macOS being `$HOME/Library/Application Support/rio/config.toml`?