Jochen Hörmann

Results 8 issues of Jochen Hörmann

**What rule do you want to change?** vue/no-setup-props-destructure **Does this change cause the rule to produce more or fewer warnings?** More. **How will the change be implemented? (New option, new...

enhancement
accepted proposition

### Is your feature request related to a problem? Please describe. Currently this repo doesn't use the renovate bot to update all of the dependencies. Not updated dependencies can lead...

### Describe the bug The Pipeline seems to be broken e.g.: https://github.com/fi3ework/vite-plugin-checker/actions/runs/5624436053/job/15241257246?pr=263 I had a look into it: - node 18 test is generating a difference in the snapshot -...

See [Configuring Dependabot version updates](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuring-dependabot-version-updates) for more info.

There are unnecessary duplicate selectors in the `radiobutton` stylesheet which will lead to an [no-duplicate-selectors](https://stylelint.io/user-guide/rules/no-duplicate-selectors/) stylelint error.

Would be great to have a Linux [snap](https://snapcraft.io/) package for easier installs. There are also other options like [flatpak](https://flatpak.org/) or [appimage](https://appimage.org/) but as Ubuntu is the most used Linux distribution...

enhancement
good first issue

**Problem** When downloading new models through the CLI they won't appear in the models list. Restart is required to get a new list of models. **Solution Options** 1. Ability to...

**Please describe what the rule should do:** Currently using a [MaybeRef](https://vuejs.org/api/utility-types#mayberef) without using `unref` wouldn't lead to an eslint error: ```ts const maybeRef: MaybeRef = ref(false) if (maybeRef) { //...

new rule proposition
accepted proposition