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
Suggestion: allow `["inline", "inline-function"]` option for `v-on-handler-style`
andreww2012 opened this issue 8 months ago
andreww2012 opened this issue 8 months ago
Eslint is not marking not defined properties of a component as invalid
pbrzosko opened this issue 8 months ago
pbrzosko opened this issue 8 months ago
Namespace handling makes it impossible to lint recursive SVG / MathML components
mordae opened this issue 8 months ago
mordae opened this issue 8 months ago
Support MathML elements
mordae opened this pull request 8 months ago
mordae opened this pull request 8 months ago
fix: Prevent spread operator from disabling the rule
GuillaumeGuerinPP opened this pull request 8 months ago
GuillaumeGuerinPP opened this pull request 8 months ago
vue/use-v-on-exact - false positive on multiple @keydown.* attributes
petrkotek opened this issue 9 months ago
petrkotek opened this issue 9 months ago
`vue/no-ref-as-operand` not catching `computed` refs
chetan opened this issue 9 months ago
chetan opened this issue 9 months ago
bind `:=` syntax error on `Windows`
BachiMjavanadze opened this issue 9 months ago
BachiMjavanadze opened this issue 9 months ago
Flat config : Parsing error: Unexpected token )
Robin-Ln opened this issue 9 months ago
Robin-Ln opened this issue 9 months ago
Rule proposal: no-computed-after-await
cjpearson opened this issue 9 months ago
cjpearson opened this issue 9 months ago
fix(configs): remove deprecated component-tags-order rule
ferferga opened this pull request 9 months ago
ferferga opened this pull request 9 months ago
Under default configuration, HelloWorld.vue in the vite ts template will be detected as an error
qq326943819 opened this issue 9 months ago
qq326943819 opened this issue 9 months ago
Full example for flat config with object
Narretz opened this issue 9 months ago
Narretz opened this issue 9 months ago
Support for ESLint 9
BWrong opened this issue 9 months ago
BWrong opened this issue 9 months ago
`getCommentsBefore` empty in Vue SFC with two `script` tags
eliottvincent opened this issue 9 months ago
eliottvincent opened this issue 9 months ago
how to configure for .vue with <script setup lang="ts"
hl037 opened this issue 9 months ago
hl037 opened this issue 9 months ago
Allow ESLint v9 as peer dependency
FloEdelmann opened this pull request 9 months ago
FloEdelmann opened this pull request 9 months ago
unmet peer eslint@"^6.2.0 || ^7.0.0 || ^8.0.0": found 9.0.0
ihwf opened this issue 9 months ago
ihwf opened this issue 9 months ago
feat: update default configs from `component-tags-order` to `block-order`
RayGuo-ergou opened this pull request 9 months ago
RayGuo-ergou opened this pull request 9 months ago
Support Pinia methods in `vue/no-unused-properties`
luizotcarvalho opened this pull request 9 months ago
luizotcarvalho opened this pull request 9 months ago
HTML indent to extend from ESLint Stylistic
daviddurco-cb opened this issue 9 months ago
daviddurco-cb opened this issue 9 months ago
`vue/custom-event-name-casing`: should check and report `update:kebab-case`/`update:camelCase` event names too
zfeher opened this issue 9 months ago
zfeher opened this issue 9 months ago
fix(no-use-computed-property-like-method): extract LogicalExpression
waynzh opened this pull request 9 months ago
waynzh opened this pull request 9 months ago
disallow importing macros: defineProps etc
dcecile opened this issue 10 months ago
dcecile opened this issue 10 months ago
Change flat config to an array to accept `*.vue`
ota-meshi opened this pull request 10 months ago
ota-meshi opened this pull request 10 months ago
Fixed false negatives for props in template in `vue/no-unused-properties`
ItMaga opened this pull request 10 months ago
ItMaga opened this pull request 10 months ago
`vue/multi-word-component-names` also applies to pages directory
nopeless opened this issue 10 months ago
nopeless opened this issue 10 months ago
require-default-prop for optional props
stephanfriedrich opened this issue 10 months ago
stephanfriedrich opened this issue 10 months ago
feat: no-props-shadow
RiESAEX opened this pull request 10 months ago
RiESAEX opened this pull request 10 months ago
vue/no-v-text-v-html-on-component: it should not warn if a component implements default slot
mitar opened this issue 10 months ago
mitar opened this issue 10 months ago
implements proposed max-props rule
kevsommer opened this pull request 10 months ago
kevsommer opened this pull request 10 months ago
Rule Proposal: Maximum number of props
kevsommer opened this issue 10 months ago
kevsommer opened this issue 10 months ago
Conflict: doesn't work if using separate overrides .vue and .ts
doubleaxe opened this issue 10 months ago
doubleaxe opened this issue 10 months ago
Fix checking for script setup in vue/require-typed-ref
kovalchukq opened this pull request 10 months ago
kovalchukq opened this pull request 10 months ago
New Rule: disallow using deprecated `next` argument in `NavigationGuard`
roydukkey opened this issue 10 months ago
roydukkey opened this issue 10 months ago
fix(no-restricted-class): error in empty value
waynzh opened this pull request 10 months ago
waynzh opened this pull request 10 months ago
Empty class breaks eslint for vue/no-restricted-class
ibrahimBeladi opened this issue 10 months ago
ibrahimBeladi opened this issue 10 months ago
feat(order-in-components): add side effects suggestions
waynzh opened this pull request 10 months ago
waynzh opened this pull request 10 months ago
feat: support Vue APIs from auto imports
antfu opened this pull request 10 months ago
antfu opened this pull request 10 months ago
rule `v-on-handler-style` didn't allow async event listener
n0099 opened this issue 10 months ago
n0099 opened this issue 10 months ago
Eslint disable does not take effect
tsprojectcode opened this issue 10 months ago
tsprojectcode opened this issue 10 months ago
enforce usage of 'const' or trigger error when reassigning reactive value
andredewaard opened this issue 10 months ago
andredewaard opened this issue 10 months ago
Offer suggestions in `vue/order-in-components` when autofix is not available
FloEdelmann opened this issue 10 months ago
FloEdelmann opened this issue 10 months ago
perf: remove unnecessary second filter for type narrowing
waynzh opened this pull request 10 months ago
waynzh opened this pull request 10 months ago
fix(v-for-delimiter-style): ignore Punctuator token
waynzh opened this pull request 10 months ago
waynzh opened this pull request 10 months ago
Rule proposal: do not use 'watch'
illegalnumbers opened this issue 10 months ago
illegalnumbers opened this issue 10 months ago
`plugin:vue/vue3-recommended` not working
ramwin opened this issue 10 months ago
ramwin opened this issue 10 months ago
Rule Proposal: vue/no-mutating-computed
ThomasKientz opened this issue 10 months ago
ThomasKientz opened this issue 10 months ago
Update links to GitHub repos with changed main branch name
zzfn opened this pull request 10 months ago
zzfn opened this pull request 10 months ago
Remove dead link from docs
travis5491811 opened this pull request 10 months ago
travis5491811 opened this pull request 10 months ago
fix(v-bind-style): only change kebabCase to camelCase
waynzh opened this pull request 10 months ago
waynzh opened this pull request 10 months ago
`sameNameShorthand` from `vue/v-bind-style` confuses hyphens with underscores
adamsol opened this issue 10 months ago
adamsol opened this issue 10 months ago
fix(no-useless-v-bind): remove spaces around string in fixes
claneo opened this pull request 11 months ago
claneo opened this pull request 11 months ago
feat: support flat configs
aladdin-add opened this pull request 11 months ago
aladdin-add opened this pull request 11 months ago
add a preset for ts
aladdin-add opened this issue 11 months ago
aladdin-add opened this issue 11 months ago
Add component-name-in-template-casing: 'PascalCaseNamespaced'
aleksey-hoffman opened this issue 11 months ago
aleksey-hoffman opened this issue 11 months ago
Code formatting
FloEdelmann opened this pull request 11 months ago
FloEdelmann opened this pull request 11 months ago
Update dependencies
FloEdelmann opened this pull request 11 months ago
FloEdelmann opened this pull request 11 months ago
Add missing suggestions and messages to tests
FloEdelmann opened this pull request 11 months ago
FloEdelmann opened this pull request 11 months ago
Is this expected with no-undef-properties and defineModel in <script setup>?
dsl101 opened this issue 11 months ago
dsl101 opened this issue 11 months ago
vue/html-indent conflicting with prettier (Expected indentation of xx spaces but found xx spaces)
AuthorProxy opened this issue 11 months ago
AuthorProxy opened this issue 11 months ago
Add `slots` to `vue/order-in-components` default order
FloEdelmann opened this issue 11 months ago
FloEdelmann opened this issue 11 months ago
`vue/require-explicit-slots` doesn't recognize interface passed to the macro
Ky6uk opened this issue 11 months ago
Ky6uk opened this issue 11 months ago
fix(require-explicit-slots): recognize slot names enclosed in quotes
waynzh opened this pull request 11 months ago
waynzh opened this pull request 11 months ago
`vue/no-useless-v-bind` auto-fix adds extra whitespace
claneo opened this issue 11 months ago
claneo opened this issue 11 months ago
Invalid config? vue/html-closing-bracket-spacing not working.
aiddroid opened this issue 11 months ago
aiddroid opened this issue 11 months ago
fix(no-setup-props-reactivity-loss): false negative for conditional expressions
thesheppard opened this pull request 11 months ago
thesheppard opened this pull request 11 months ago
feat(valid-v-model): add support for type assertions and non-null expressions
auvred opened this pull request 11 months ago
auvred opened this pull request 11 months ago
defineModel not working with eslint:recommended rules
yurks opened this issue 11 months ago
yurks opened this issue 11 months ago
`require-explicit-slots` does not recognize slot names enclosed in quotes
andreww2012 opened this issue 11 months ago
andreww2012 opened this issue 11 months ago
feat(no-deprecated-slot-attribute): improve autofix to wrap `<template v-slot>`
privatenumber opened this pull request 11 months ago
privatenumber opened this pull request 11 months ago
fix(no-useless-mustaches): escape < in fixes
DMartens opened this pull request 11 months ago
DMartens opened this pull request 11 months ago
fix(no-unused-emit-declarations): error in render functions
ntnyq opened this pull request 11 months ago
ntnyq opened this pull request 11 months ago
`vue/no-unused-emit-declarations` would throw Error when using dynamic render
ntnyq opened this issue 11 months ago
ntnyq opened this issue 11 months ago
fix: support multiple macro calls in vue/define-macros-order
hendrikheil opened this pull request 11 months ago
hendrikheil opened this pull request 11 months ago
[Rule change request] `vue/no-unused-properties`: New option to take `expose` into account
kawadah opened this issue 11 months ago
kawadah opened this issue 11 months ago
`vue/no-useless-mustaches` auto-fix produces invalid HTML
claneo opened this issue 11 months ago
claneo opened this issue 11 months ago
Require default export on `<script>`
privatenumber opened this issue 11 months ago
privatenumber opened this issue 11 months ago
Chore: fix errors in tests using ESLint v9.0.0-alpha.2
ota-meshi opened this pull request 11 months ago
ota-meshi opened this pull request 11 months ago
feat(v-bind-style): add `sameNameShorthand` option
waynzh opened this pull request 11 months ago
waynzh opened this pull request 11 months ago
vue/define-macros-order Ignore TS type sorting
honghuangdc opened this issue 12 months ago
honghuangdc opened this issue 12 months ago
Chore: upgrade vue-eslint-parser to v9.4.2
M1CK431 opened this pull request 12 months ago
M1CK431 opened this pull request 12 months ago
didn't set vue-eslint-parser, but checked the rules defined in eslint-plugin-vue
irenetang1993 opened this issue 12 months ago
irenetang1993 opened this issue 12 months ago
attribute-hyphenation: Ignore tag name pattern or function
jschill opened this issue 12 months ago
jschill opened this issue 12 months ago
`vue/require-default-prop` gives false positive for optional Function props
richardtallent-erm opened this issue 12 months ago
richardtallent-erm opened this issue 12 months ago
Typescript: Eslint can't detect types exported from Vue SFC
jordan-erisman opened this issue 12 months ago
jordan-erisman opened this issue 12 months ago
feat: add new `v-bind-same-name-style` rule
waynzh opened this pull request 12 months ago
waynzh opened this pull request 12 months ago
Remove v-bind shorthand syntax from list of examples rule will catch.
earlAchromatic opened this pull request 12 months ago
earlAchromatic opened this pull request 12 months ago
feat: allow v-bind shorthand
sxzz opened this pull request 12 months ago
sxzz opened this pull request 12 months ago
vue/define-macros-order does not support multiple defineModel macro calls
hendrikheil opened this issue 12 months ago
hendrikheil opened this issue 12 months ago
`vue/no-unused-property` false positive with camelCase `v-bind` same-name shorthand
M1CK431 opened this issue 12 months ago
M1CK431 opened this issue 12 months ago
Extend `vue/require-valid-default-prop` to check inside defineModel
seanogdev opened this issue 12 months ago
seanogdev opened this issue 12 months ago
Chore: add test for eslint v9
ota-meshi opened this pull request 12 months ago
ota-meshi opened this pull request 12 months ago
Add new `vue/no-restricted-v-on` rule
thesheppard opened this pull request 12 months ago
thesheppard opened this pull request 12 months ago
Add Vue version to issue templates
FloEdelmann opened this pull request 12 months ago
FloEdelmann opened this pull request 12 months ago
v-bind shorthand don’t work with 9.20
matteo6b opened this issue 12 months ago
matteo6b opened this issue 12 months ago
Fix false positives for `defineModel` in `vue/no-undef-properties` rule
ota-meshi opened this pull request 12 months ago
ota-meshi opened this pull request 12 months ago
`no-undef-properties` False positive where `defineModel` is used
Ky6uk opened this issue 12 months ago
Ky6uk opened this issue 12 months ago
Remove unnecessary code
ota-meshi opened this pull request 12 months ago
ota-meshi opened this pull request 12 months ago
Fix type errors caused by TypeScript
ota-meshi opened this pull request 12 months ago
ota-meshi opened this pull request 12 months ago