Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / vuejs/eslint-plugin-vue issues and pull requests
#2424 - Empty class breaks eslint for vue/no-restricted-class
Issue -
State: closed - Opened by ibrahimBeladi 9 months ago
Labels: bug
#2423 - feat(order-in-components): add side effects suggestions
Pull Request -
State: closed - Opened by waynzh 9 months ago
#2422 - feat: support Vue APIs from auto imports
Pull Request -
State: closed - Opened by antfu 9 months ago
#2421 - rule `v-on-handler-style` didn't allow async event listener
Issue -
State: closed - Opened by n0099 9 months ago
- 1 comment
Labels: bug, help wanted
#2420 - Eslint disable does not take effect
Issue -
State: closed - Opened by tsprojectcode 9 months ago
- 2 comments
Labels: needs repro
#2419 - enforce usage of 'const' or trigger error when reassigning reactive value
Issue -
State: open - Opened by andredewaard 9 months ago
#2418 - Offer suggestions in `vue/order-in-components` when autofix is not available
Issue -
State: closed - Opened by FloEdelmann 9 months ago
- 1 comment
Labels: enhancement
#2417 - perf: remove unnecessary second filter for type narrowing
Pull Request -
State: closed - Opened by waynzh 9 months ago
#2416 - fix(v-for-delimiter-style): ignore Punctuator token
Pull Request -
State: closed - Opened by waynzh 9 months ago
#2415 - Rule proposal: do not use 'watch'
Issue -
State: open - Opened by illegalnumbers 9 months ago
- 2 comments
#2414 - `plugin:vue/vue3-recommended` not working
Issue -
State: closed - Opened by ramwin 9 months ago
- 1 comment
#2413 - Rule Proposal: vue/no-mutating-computed
Issue -
State: open - Opened by ThomasKientz 9 months ago
#2412 - Update links to GitHub repos with changed main branch name
Pull Request -
State: closed - Opened by zzfn 9 months ago
Labels: documentation
#2411 - Remove dead link from docs
Pull Request -
State: closed - Opened by travis5491811 9 months ago
Labels: documentation
#2410 - fix(v-bind-style): only change kebabCase to camelCase
Pull Request -
State: closed - Opened by waynzh 9 months ago
#2409 - `sameNameShorthand` from `vue/v-bind-style` confuses hyphens with underscores
Issue -
State: closed - Opened by adamsol 9 months ago
- 1 comment
Labels: bug, help wanted
#2408 - fix(no-useless-v-bind): remove spaces around string in fixes
Pull Request -
State: closed - Opened by claneo 9 months ago
#2407 - feat: support flat configs
Pull Request -
State: closed - Opened by aladdin-add 9 months ago
- 3 comments
#2407 - feat: support flat configs
Pull Request -
State: closed - Opened by aladdin-add 9 months ago
- 3 comments
#2406 - add a preset for ts
Issue -
State: open - Opened by aladdin-add 9 months ago
- 1 comment
#2405 - Add component-name-in-template-casing: 'PascalCaseNamespaced'
Issue -
State: open - Opened by aleksey-hoffman 10 months ago
- 1 comment
#2405 - Add component-name-in-template-casing: 'PascalCaseNamespaced'
Issue -
State: open - Opened by aleksey-hoffman 10 months ago
- 1 comment
#2405 - Add component-name-in-template-casing: 'PascalCaseNamespaced'
Issue -
State: open - Opened by aleksey-hoffman 10 months ago
- 3 comments
#2404 - Code formatting
Pull Request -
State: closed - Opened by FloEdelmann 10 months ago
Labels: documentation, meta
#2403 - Update dependencies
Pull Request -
State: closed - Opened by FloEdelmann 10 months ago
- 1 comment
Labels: meta
#2402 - Add missing suggestions and messages to tests
Pull Request -
State: closed - Opened by FloEdelmann 10 months ago
- 1 comment
Labels: meta
#2401 - Is this expected with no-undef-properties and defineModel in <script setup>?
Issue -
State: closed - Opened by dsl101 10 months ago
- 2 comments
Labels: question
#2400 - vue/html-indent conflicting with prettier (Expected indentation of xx spaces but found xx spaces)
Issue -
State: closed - Opened by AuthorProxy 10 months ago
- 1 comment
Labels: question
#2399 - Add `slots` to `vue/order-in-components` default order
Issue -
State: open - Opened by FloEdelmann 10 months ago
- 2 comments
Labels: enhancement, accepted proposition, semver-major, breaking change
#2398 - `vue/require-explicit-slots` doesn't recognize interface passed to the macro
Issue -
State: open - Opened by Ky6uk 10 months ago
- 3 comments
#2397 - fix(require-explicit-slots): recognize slot names enclosed in quotes
Pull Request -
State: closed - Opened by waynzh 10 months ago
#2396 - `vue/no-useless-v-bind` auto-fix adds extra whitespace
Issue -
State: closed - Opened by claneo 10 months ago
- 1 comment
Labels: bug, help wanted
#2395 - Invalid config? vue/html-closing-bracket-spacing not working.
Issue -
State: closed - Opened by aiddroid 10 months ago
- 2 comments
Labels: question
#2394 - fix(no-setup-props-reactivity-loss): false negative for conditional expressions
Pull Request -
State: closed - Opened by thesheppard 10 months ago
#2393 - feat(valid-v-model): add support for type assertions and non-null expressions
Pull Request -
State: closed - Opened by auvred 10 months ago
#2392 - defineModel not working with eslint:recommended rules
Issue -
State: closed - Opened by yurks 10 months ago
- 4 comments
#2391 - `require-explicit-slots` does not recognize slot names enclosed in quotes
Issue -
State: closed - Opened by andreww2012 10 months ago
- 2 comments
Labels: bug
#2390 - feat(no-deprecated-slot-attribute): improve autofix to wrap `<template v-slot>`
Pull Request -
State: closed - Opened by privatenumber 10 months ago
#2389 - fix(no-useless-mustaches): escape < in fixes
Pull Request -
State: closed - Opened by DMartens 10 months ago
- 1 comment
#2388 - fix(no-unused-emit-declarations): error in render functions
Pull Request -
State: closed - Opened by ntnyq 10 months ago
#2387 - `vue/no-unused-emit-declarations` would throw Error when using dynamic render
Issue -
State: closed - Opened by ntnyq 10 months ago
Labels: bug
#2386 - fix: support multiple macro calls in vue/define-macros-order
Pull Request -
State: closed - Opened by hendrikheil 10 months ago
#2385 - [Rule change request] `vue/no-unused-properties`: New option to take `expose` into account
Issue -
State: closed - Opened by kawadah 10 months ago
- 1 comment
Labels: needs repro
#2384 - `vue/no-useless-mustaches` auto-fix produces invalid HTML
Issue -
State: closed - Opened by claneo 10 months ago
Labels: bug, help wanted, good first issue
#2383 - Require default export on `<script>`
Issue -
State: closed - Opened by privatenumber 10 months ago
- 1 comment
Labels: enhancement, accepted proposition
#2382 - Chore: fix errors in tests using ESLint v9.0.0-alpha.2
Pull Request -
State: closed - Opened by ota-meshi 10 months ago
#2381 - feat(v-bind-style): add `sameNameShorthand` option
Pull Request -
State: closed - Opened by waynzh 10 months ago
- 5 comments
#2380 - vue/define-macros-order Ignore TS type sorting
Issue -
State: closed - Opened by honghuangdc 10 months ago
- 1 comment
#2379 - Chore: upgrade vue-eslint-parser to v9.4.2
Pull Request -
State: closed - Opened by M1CK431 10 months ago
#2378 - didn't set vue-eslint-parser, but checked the rules defined in eslint-plugin-vue
Issue -
State: closed - Opened by irenetang1993 10 months ago
- 1 comment
#2377 - attribute-hyphenation: Ignore tag name pattern or function
Issue -
State: open - Opened by jschill 10 months ago
#2376 - `vue/require-default-prop` gives false positive for optional Function props
Issue -
State: open - Opened by richardtallent-erm 10 months ago
- 2 comments
Labels: feat: typescript
#2375 - Typescript: Eslint can't detect types exported from Vue SFC
Issue -
State: open - Opened by jordan-erisman 10 months ago
- 3 comments
Labels: feat: typescript
#2374 - feat: add new `v-bind-same-name-style` rule
Pull Request -
State: closed - Opened by waynzh 10 months ago
- 4 comments
#2373 - Remove v-bind shorthand syntax from list of examples rule will catch.
Pull Request -
State: closed - Opened by earlAchromatic 10 months ago
#2372 - feat: allow v-bind shorthand
Pull Request -
State: closed - Opened by sxzz 10 months ago
#2371 - vue/define-macros-order does not support multiple defineModel macro calls
Issue -
State: closed - Opened by hendrikheil 10 months ago
Labels: bug
#2370 - `vue/no-unused-property` false positive with camelCase `v-bind` same-name shorthand
Issue -
State: closed - Opened by M1CK431 11 months ago
- 7 comments
Labels: bug
#2369 - Extend `vue/require-valid-default-prop` to check inside defineModel
Issue -
State: open - Opened by seanogdev 11 months ago
- 1 comment
Labels: enhancement, help wanted, accepted proposition
#2368 - Chore: add test for eslint v9
Pull Request -
State: closed - Opened by ota-meshi 11 months ago
- 1 comment
#2367 - Add new `vue/no-restricted-v-on` rule
Pull Request -
State: closed - Opened by thesheppard 11 months ago
- 2 comments
#2366 - Add Vue version to issue templates
Pull Request -
State: closed - Opened by FloEdelmann 11 months ago
Labels: meta
#2365 - v-bind shorthand don’t work with 9.20
Issue -
State: closed - Opened by matteo6b 11 months ago
- 8 comments
#2364 - Fix false positives for `defineModel` in `vue/no-undef-properties` rule
Pull Request -
State: closed - Opened by ota-meshi 11 months ago
#2363 - `no-undef-properties` False positive where `defineModel` is used
Issue -
State: closed - Opened by Ky6uk 11 months ago
Labels: bug
#2362 - Remove unnecessary code
Pull Request -
State: closed - Opened by ota-meshi 11 months ago
#2361 - Fix type errors caused by TypeScript
Pull Request -
State: closed - Opened by ota-meshi 11 months ago
#2360 - Add support for defineModel
Pull Request -
State: closed - Opened by ota-meshi 11 months ago
- 2 comments
#2359 - Enforce/disallow `v-bind` same name shorthand style
Issue -
State: closed - Opened by FloEdelmann 11 months ago
- 3 comments
Labels: new rule proposition
#2358 - Remove Vue 3 syntax status notice from docs
Pull Request -
State: closed - Opened by FloEdelmann 11 months ago
Labels: documentation
#2357 - Upgrade vue-eslint-parser and add support for v-bind same-name shorthand
Pull Request -
State: closed - Opened by ota-meshi 11 months ago
- 5 comments
#2356 - Error "clear" from vue/comment-directive only with flat configuration
Issue -
State: closed - Opened by crystalfp 11 months ago
- 8 comments
#2355 - Support `v-bind` same name shorthand
Issue -
State: closed - Opened by beefchimi 11 months ago
- 2 comments
Labels: enhancement, help wanted, accepted proposition
#2355 - Support `v-bind` same name shorthand
Issue -
State: open - Opened by beefchimi 11 months ago
- 1 comment
Labels: enhancement, help wanted, accepted proposition
#2355 - Support `v-bind` same name shorthand
Issue -
State: open - Opened by beefchimi 11 months ago
- 1 comment
Labels: enhancement, help wanted, accepted proposition
#2354 - Incorrect `prefer-import-from-vue` for values that are not exported by `vue`
Issue -
State: open - Opened by jods4 11 months ago
- 6 comments
Labels: enhancement, help wanted, accepted proposition
#2353 - `no-props-default-factory-undefined`
Issue -
State: open - Opened by fisker 11 months ago
- 1 comment
#2352 - `vue/setup-props-no-reactivity-loss`: false negative inside ternary operator
Issue -
State: closed - Opened by FloEdelmann 12 months ago
Labels: bug, help wanted
#2351 - `vue/no-unused-emit-declarations` reporting with `defineEmits()` and `defineModel()` compiler marcos
Issue -
State: closed - Opened by n0099 12 months ago
- 3 comments
Labels: enhancement, accepted proposition
#2350 - fix(require-explicit-emits): detect template emits
Pull Request -
State: closed - Opened by waynzh 12 months ago
- 1 comment
#2349 - feat(define-macros-order): add `defineExposeLast` option
Pull Request -
State: closed - Opened by waynzh 12 months ago
- 4 comments
#2349 - feat(define-macros-order): add `defineExposeLast` option
Pull Request -
State: open - Opened by waynzh 12 months ago
- 4 comments
#2349 - feat(define-macros-order): add `defineExposeLast` option
Pull Request -
State: open - Opened by waynzh 12 months ago
- 4 comments
#2348 - Fix siblings and interleaving issues reported in #2342
Pull Request -
State: closed - Opened by felipemelendez 12 months ago
- 4 comments
#2347 - assignment value in v-on ,the rule that named 《vue/space-infix-ops》 will make bug ,
Issue -
State: closed - Opened by lwq-js 12 months ago
- 1 comment
Labels: needs info, needs repro
#2346 - Add `selfClosingTag` option to `vue/html-closing-bracket-newline`
Pull Request -
State: closed - Opened by mussinbenarbia 12 months ago
- 4 comments
#2345 - feat(no-unused-properties): mark $props.<prop> as used
Pull Request -
State: closed - Opened by levchak0910 12 months ago
- 1 comment
#2344 - [no-unused-properties] can't recognize $props.xxx used
Issue -
State: closed - Opened by levchak0910 12 months ago
- 5 comments
Labels: duplicate
#2343 - Document non-fixable rules correctly
Pull Request -
State: closed - Opened by FloEdelmann 12 months ago
Labels: documentation, meta
#2342 - `vue/v-if-else-key` false-positives and false-negatives
Issue -
State: closed - Opened by FloEdelmann 12 months ago
Labels: bug
#2341 - vue3-strongly-recommended.js configuration invalid
Issue -
State: closed - Opened by ridopurnomo86 12 months ago
- 1 comment
Labels: duplicate
#2340 - fix(no-unused-emit-declarations): detect emits in templates
Pull Request -
State: closed - Opened by waynzh 12 months ago
#2339 - feat(no-v-text-v-html-on-component): add `allow` option
Pull Request -
State: closed - Opened by waynzh 12 months ago
#2338 - Improve compatibility with ESLint v9 (take2)
Pull Request -
State: closed - Opened by ota-meshi 12 months ago
- 1 comment
#2337 - vue/no-unused-emit-declarations doesn't detect emits in templates
Issue -
State: closed - Opened by henribru 12 months ago
- 1 comment
Labels: bug
#2336 - Fix crash for TSFunctionType with `type-literal` option in `vue/define-emits-declaration` rule
Pull Request -
State: closed - Opened by ota-meshi 12 months ago
#2335 - Crash with rule `vue/define-emits-declaration` set to `type-literal`
Issue -
State: closed - Opened by Ericlm 12 months ago
- 4 comments
Labels: bug
#2334 - Fixed broken config of `plugin:vue/vue3-strongly-recommended`
Pull Request -
State: closed - Opened by ota-meshi 12 months ago
- 1 comment
#2333 - Fix 'vue/v-on-event-hyphenation'
Pull Request -
State: closed - Opened by ElectricS01 12 months ago
- 2 comments
#2332 - 9.19.0 bug with vue/v-on-event-hyphenation
Issue -
State: closed - Opened by ElectricS01 12 months ago
- 4 comments