Alekhin Sergey
Alekhin Sergey
Hello, thanks for the cool library. I'm using nuxt and have encountered an issue where when using the library I'm getting incorrect relative paths returned from tsconfig. ## Example ###...
### ESLint version v8.57.0 ### What problem do you want to solve? We have a fe eslint job in GitLab CI that runs eslint checks. Currently there is no way...
### What is the problem you're trying to solve? We have a fe stylelint job in GitLab CI that runs stylelint checks. Currently there is no way to show a...
### Environment - Operating System: `Darwin` - Node Version: `v20.13.0` - Nuxt Version: `3.11.2` - CLI Version: `3.11.1` - Nitro Version: `2.9.6` - Package Manager: `[email protected]` - Builder: `-` -...
### Describe the bug I cannot include a file without an extension in `addLayout` function, otherwise the following error will occur when running the `npm run prepack` command: ```shell ℹ...
### Describe the bug The following type is generated in the file `dist/runtime/store/store.d.ts` ```ts export declare const useAuthStore: () => { getAuthInfo: () => Promise; authInfo: Readonly; isLoadingAuthInfo: Readonly; authInfoError:...
### Describe the bug When transform `tsx` components, they are converted to `js` files using the `jsx` function from `vue/jsx-runtime`. This results in warnings from Vue, as shown in the...
Thanks a lot for the linter, I really liked the multiple-dependency-versions rule. I haven't seen anything like it anywhere else. ### Reproduction https://stackblitz.com/edit/sherif-peer-dev-deps?file=package.json ### Information When you develop a package,...
Hi, we are really missing support for the Summary metric type. I saw [this issue](https://github.com/knyar/nginx-lua-prometheus/issues/14#issuecomment-283894870), where it was mentioned that `Histogram` metrics are more useful than `Summary` and should be...
### Describe the bug When using [discliminator](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.0.1.md#discriminator-object), cyclic dependencies appear in types. The problem appeared in version [13.0.0](https://github.com/acacode/swagger-typescript-api/releases/tag/13.0.0), where support was added. #### `[email protected]` There was no discriminator support in...