Vasily Kuzin
Vasily Kuzin
There are 3 plugins in `package.json`: - `@typescript-eslint/eslint-plugin` - `@typescript-eslint/parser` - `eslint-plugin-vue` Shouldn't we add them to peer dependencies? Because I still need to install all of them, which is...
In this PR I added types for rules and some documentation on them. > **Warning** > > I can't figure out a way to export type `RuleSet`, that I created,...
In `v0.8.1` emitted events were fixed in mountSuspended, but they still doesn't work with `defineModel`. Added some tests for it in nuxt/nuxt-vitest#193.
### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it I have my personal Prettier config in an npm package, and prettier...
For me it was increased from `2.91 MB (737 kB gzip)` to `13.5 MB (4.15 MB gzip)`. I understand that it is because icons are now bundled with website to...
### Describe the feature Basically, I have some routes that I need to prerender for 7 different locales: `/login`, `/login/sign-up`, `/login/forgot-password`. First, I tried to pre-render them using route rules:...
This PR adds a preset for the `@nuxt/test-utils` library.
This PR adds a preset for the `@vue/test-utils` library. > [!NOTE] > The `config` import was intentionally excluded as it can conflict with other commonly used config exports.