Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/vuejs/eslint-plugin-vue

Official ESLint plugin for Vue.js
https://github.com/vuejs/eslint-plugin-vue

Add Vue version to issue templates

FloEdelmann opened this pull request about 1 year ago
v-bind shorthand don’t work with 9.20

matteo6b opened this issue about 1 year ago
Fix false positives for `defineModel` in `vue/no-undef-properties` rule

ota-meshi opened this pull request about 1 year ago
`no-undef-properties` False positive where `defineModel` is used

Ky6uk opened this issue about 1 year ago
Remove unnecessary code

ota-meshi opened this pull request about 1 year ago
Fix type errors caused by TypeScript

ota-meshi opened this pull request about 1 year ago
Add support for defineModel

ota-meshi opened this pull request about 1 year ago
Enforce/disallow `v-bind` same name shorthand style

FloEdelmann opened this issue about 1 year ago
Remove Vue 3 syntax status notice from docs

FloEdelmann opened this pull request about 1 year ago
Upgrade vue-eslint-parser and add support for v-bind same-name shorthand

ota-meshi opened this pull request about 1 year ago
Error "clear" from vue/comment-directive only with flat configuration

crystalfp opened this issue about 1 year ago
Support `v-bind` same name shorthand

beefchimi opened this issue about 1 year ago
`no-props-default-factory-undefined`

fisker opened this issue about 1 year ago
fix(require-explicit-emits): detect template emits

waynzh opened this pull request about 1 year ago
feat(define-macros-order): add `defineExposeLast` option

waynzh opened this pull request about 1 year ago
Fix siblings and interleaving issues reported in #2342

felipemelendez opened this pull request about 1 year ago
Add `selfClosingTag` option to `vue/html-closing-bracket-newline`

mussinbenarbia opened this pull request about 1 year ago
feat(no-unused-properties): mark $props.<prop> as used

levchak0910 opened this pull request about 1 year ago
[no-unused-properties] can't recognize $props.xxx used

levchak0910 opened this issue about 1 year ago
Document non-fixable rules correctly

FloEdelmann opened this pull request about 1 year ago
`vue/v-if-else-key` false-positives and false-negatives

FloEdelmann opened this issue about 1 year ago
vue3-strongly-recommended.js configuration invalid

ridopurnomo86 opened this issue about 1 year ago
fix(no-unused-emit-declarations): detect emits in templates

waynzh opened this pull request about 1 year ago
feat(no-v-text-v-html-on-component): add `allow` option

waynzh opened this pull request about 1 year ago
Improve compatibility with ESLint v9 (take2)

ota-meshi opened this pull request about 1 year ago
vue/no-unused-emit-declarations doesn't detect emits in templates

henribru opened this issue about 1 year ago
Fixed broken config of `plugin:vue/vue3-strongly-recommended`

ota-meshi opened this pull request about 1 year ago
Fix 'vue/v-on-event-hyphenation'

ElectricS01 opened this pull request about 1 year ago
9.19.0 bug with vue/v-on-event-hyphenation

ElectricS01 opened this issue about 1 year ago
Improve compatibility with ESLint v9

ota-meshi opened this pull request about 1 year ago
update vitepress

ota-meshi opened this pull request about 1 year ago
rule: require `setup` on `<script>`

privatenumber opened this issue about 1 year ago
fix: avoid calling typeParameters getter

KaelWD opened this pull request about 1 year ago
Support for Vue.js 3.4

ota-meshi opened this issue about 1 year ago
feat: implement require-explicit-slots

mussinbenarbia opened this pull request about 1 year ago
feat: add allow list to `no-template-shadow`

mussinbenarbia opened this pull request about 1 year ago
`vue/no-unused-properties` false alarm with `unplugin-auto-import`

Nathan7139 opened this issue about 1 year ago
Add `allow` option to `vue/no-v-text-v-html-on-component`

IlyaSemenov opened this issue about 1 year ago
Make `vue/v-on-event-hyphenation` autofixable by default in Vue 3

FloEdelmann opened this pull request about 1 year ago
Add support for generating ESLint Flat Config

conradhale opened this pull request about 1 year ago
Question: Which rule can I use to...

yoyo837 opened this issue about 1 year ago
Add `allow` rule option to `vue/no-template-shadow`

stefanobartoletti opened this issue about 1 year ago
`vue/no-multiple-template-root` false negative with comment

matthew-dean opened this issue about 1 year ago
Add new option to specify tags to ignore `vue/no-deprecated-slot-attribute`

kazuma0129 opened this pull request about 1 year ago
Add `vue/no-unused-emit-declarations` rule

ItMaga opened this pull request about 1 year ago
Fix detect Nuxt3 defineNuxtComponent

sugitata opened this pull request about 1 year ago
vue eslint doesn't load plugins

Gennady77 opened this issue about 1 year ago
Update order-in-components.md

kazuma0129 opened this pull request about 1 year ago
Rule suggestion: Ensure that route params type is string or number

MartJohan opened this issue about 1 year ago
vue/require-toggle-inside-transition false negative

yoshi-pi opened this issue about 1 year ago
vue/require-v-for-key triggers on <template> tags

braddialpad opened this issue about 1 year ago
vue/require-toggle-inside-transition false positives

719media opened this issue about 1 year ago
fix(component-name-in-template-casing): ignore vue template syntax

antfu opened this pull request about 1 year ago
`vue/component-name-in-template-casing`: ignore `<component>` built-in element

johannschopplich opened this issue about 1 year ago
Rule proposal: `vue/no-unused-prop-declarations`

cesaralvrz opened this issue over 1 year ago
defineSlots 如果没写 () 不报错

WangJincheng4869 opened this issue over 1 year ago
fix: replace typeParameters with typeArguments

KaelWD opened this pull request over 1 year ago
Support for defineModels or any other customMacros

LeonSnajdr opened this issue over 1 year ago
Rule Proposal: vue/no-props-shadow

jaredmcateer opened this issue over 1 year ago
Some rules enforced in .ts but not .vue?

keizure opened this issue over 1 year ago
Typed defineExpose with generic value

tragid opened this issue over 1 year ago
Attribute `@` incorrectly marked as invalid

somebody1234 opened this issue over 1 year ago
Rule proposal: Restrict function props

ECrownofFire opened this issue over 1 year ago
Require key for conditionally rendered repeated components

felipemelendez opened this pull request over 1 year ago
vue/require-valid-default-prop breaks when importing type with union

VividLemon opened this issue over 1 year ago
vue/padding-line-between-tags - support JSX

PurpleTape opened this issue over 1 year ago
Docs: fix options for use-v-on-exact

clemdee opened this pull request over 1 year ago
Add Vuex support to `vue/no-unused-properties`

fuale opened this pull request over 1 year ago
Fix no-ref-as-operand and allow lint when ref as right operator

lakb248 opened this pull request over 1 year ago
Rename `vue/no-ref-object-destructure` to `vue/no-ref-object-reactivity-loss`

ota-meshi opened this pull request over 1 year ago