GitHub / vuejs/eslint-plugin-vue issues and pull requests
Labelled with: bug
#2725 - `vue/require-default-prop` doesn't trigger with props destructure
Issue -
State: closed - Opened by hartbit 8 months ago
Labels: bug
#2712 - `vue/prefer-template` tries to apply to `style scoped`
Issue -
State: closed - Opened by sky0matic 9 months ago
- 5 comments
Labels: bug
#2702 - Since v10.0.0 cannot lint Vue with `export type`
Issue -
State: closed - Opened by Shinigami92 9 months ago
- 4 comments
Labels: bug, feat: typescript
#2696 - `vue/prefer-use-template-ref` does not work with multiple script blocks
Issue -
State: closed - Opened by doominator42 9 months ago
Labels: bug
#2676 - vue/max-props: Typescript union type prop definitions count same prop multiple times
Issue -
State: closed - Opened by Radiergummi 10 months ago
Labels: bug
#2618 - `vue/func-call-spacing` schema invalid
Issue -
State: closed - Opened by FloEdelmann about 1 year ago
- 5 comments
Labels: bug
#2587 - Fix eslint on single quotes in html will be escaped.
Issue -
State: closed - Opened by adoin about 1 year ago
- 1 comment
Labels: bug
#2577 - vue/custom-event-name-casing doesn't flag incorrectly cased emits in the template
Issue -
State: closed - Opened by henribru about 1 year ago
Labels: bug
#2572 - Fix Linter type import in index.d.ts
Pull Request -
State: closed - Opened by ocavue about 1 year ago
Labels: bug, feat: typescript
#2572 - Fix Linter type import in index.d.ts
Pull Request -
State: closed - Opened by ocavue about 1 year ago
Labels: bug, feat: typescript
#2566 - fix: type declarations for configs
Pull Request -
State: closed - Opened by thor-juhasz about 1 year ago
Labels: bug, feat: typescript
#2566 - fix: type declarations for configs
Pull Request -
State: closed - Opened by thor-juhasz about 1 year ago
Labels: bug, feat: typescript
#2530 - fix(no-deprecated-slot-attribute): no fix for dynamic components
Pull Request -
State: closed - Opened by privatenumber over 1 year ago
Labels: bug
#2530 - fix(no-deprecated-slot-attribute): no fix for dynamic components
Pull Request -
State: closed - Opened by privatenumber over 1 year ago
Labels: bug
#2529 - fix(no-deprecated-slot-attribute): handle v-for with dynamic slot
Pull Request -
State: closed - Opened by privatenumber over 1 year ago
Labels: bug
#2529 - fix(no-deprecated-slot-attribute): handle v-for with dynamic slot
Pull Request -
State: closed - Opened by privatenumber over 1 year ago
Labels: bug
#2503 - `require-typed-object-prop` reports on non-TypeScript `<script setup>`
Issue -
State: closed - Opened by andreww2012 over 1 year ago
- 1 comment
Labels: bug
#2495 - vue/no-unused-properties doesn't see usage when used in imported function from another file
Issue -
State: open - Opened by lukasz-fi over 1 year ago
- 1 comment
Labels: bug
#2473 - I tried cloning the project and running, but something went wrong
Issue -
State: closed - Opened by dddssw over 1 year ago
- 7 comments
Labels: bug, documentation
#2470 - `no-setup-props-reactivity-loss` should report template string expressions
Issue -
State: closed - Opened by ByScripts over 1 year ago
- 1 comment
Labels: bug
#2421 - rule `v-on-handler-style` didn't allow async event listener
Issue -
State: closed - Opened by n0099 over 1 year ago
- 1 comment
Labels: bug, help wanted
#2409 - `sameNameShorthand` from `vue/v-bind-style` confuses hyphens with underscores
Issue -
State: closed - Opened by adamsol almost 2 years ago
- 1 comment
Labels: bug, help wanted
#2396 - `vue/no-useless-v-bind` auto-fix adds extra whitespace
Issue -
State: closed - Opened by claneo almost 2 years ago
- 1 comment
Labels: bug, help wanted
#2391 - `require-explicit-slots` does not recognize slot names enclosed in quotes
Issue -
State: closed - Opened by andreww2012 almost 2 years ago
- 2 comments
Labels: bug
#2387 - `vue/no-unused-emit-declarations` would throw Error when using dynamic render
Issue -
State: closed - Opened by ntnyq almost 2 years ago
Labels: bug
#2371 - vue/define-macros-order does not support multiple defineModel macro calls
Issue -
State: closed - Opened by hendrikheil almost 2 years ago
Labels: bug
#2365 - v-bind shorthand don’t work with 9.20
Issue -
State: closed - Opened by matteo6b almost 2 years ago
- 8 comments
Labels: bug
#2363 - `no-undef-properties` False positive where `defineModel` is used
Issue -
State: closed - Opened by Ky6uk almost 2 years ago
Labels: bug
#2352 - `vue/setup-props-no-reactivity-loss`: false negative inside ternary operator
Issue -
State: closed - Opened by FloEdelmann almost 2 years ago
Labels: bug, help wanted
#2337 - vue/no-unused-emit-declarations doesn't detect emits in templates
Issue -
State: closed - Opened by henribru almost 2 years ago
- 1 comment
Labels: bug
#2335 - Crash with rule `vue/define-emits-declaration` set to `type-literal`
Issue -
State: closed - Opened by Ericlm almost 2 years ago
- 4 comments
Labels: bug
#2302 - vue/require-toggle-inside-transition false positives
Issue -
State: closed - Opened by 719media about 2 years ago
- 3 comments
Labels: bug
#2290 - `vue/require-toggle-inside-transition` false negative with whitespace before the element
Issue -
State: closed - Opened by yoshi-pi about 2 years ago
- 3 comments
Labels: bug
#2279 - vue/require-valid-default-prop breaks when importing type with union
Issue -
State: open - Opened by VividLemon over 2 years ago
Labels: bug, help wanted
#2271 - vue/no-ref-as-operand only lint left identifier of a logical expression
Issue -
State: open - Opened by lakb248 over 2 years ago
- 1 comment
Labels: bug
#2225 - false positive of rule `vue/no-extra-parens` when using with typescript `as` casting operator
Issue -
State: open - Opened by n0099 over 2 years ago
Labels: bug, feat: typescript
#2220 - [Bug] `vue/no-console` affects code in `<script>`
Issue -
State: closed - Opened by wenfangdu over 2 years ago
- 2 comments
Labels: bug
#2201 - [one-component-per-file] do not check createApp function written by the developer
Issue -
State: open - Opened by candy-Tong over 2 years ago
Labels: bug
#2193 - [no-unused-properties] can't recogonize props.xxx used in template
Issue -
State: closed - Opened by tjx666 over 2 years ago
- 1 comment
Labels: bug, help wanted
#2183 - Vue 3.3 throws vue/no-undef-properties for types exported from external files
Issue -
State: closed - Opened by tragid over 2 years ago
- 1 comment
Labels: bug
#2060 - `vue/require-valid-default-prop` must be a function when using intersection
Issue -
State: closed - Opened by krystof-k almost 3 years ago
- 3 comments
Labels: bug, feat: typescript
#2037 - vue/no-use-computed-property-like-method throws an error if you use a function with a nullish coalescing operator (??) in your computed
Issue -
State: closed - Opened by Ariane-B about 3 years ago
- 1 comment
Labels: bug, help wanted
#2007 - `vue/no-setup-props-destructure` false negatives in object or array initialization
Issue -
State: closed - Opened by FloEdelmann about 3 years ago
Labels: bug
#1981 - `vue/define-macros-order` false positive with using `export`
Issue -
State: closed - Opened by Ky6uk about 3 years ago
- 4 comments
Labels: bug, help wanted, feat: typescript
#1800 - `vue/no-shadow` false positive in double script block
Issue -
State: open - Opened by sqal almost 4 years ago
- 2 comments
Labels: bug, help wanted
#1743 - vue/html-indent. There is warn/error when container-tag contains only comments AND opening tag has more than one aligned attributes.
Issue -
State: closed - Opened by ZoolooS almost 4 years ago
- 1 comment
Labels: bug, indent, needs repro
#1630 - Failed to deduce type for ref on child component
Issue -
State: open - Opened by hongquan about 4 years ago
- 3 comments
Labels: bug, upstream issue
#1285 - vue/no-unused-properties does not process expressions like 'key' in $props in the template
Issue -
State: closed - Opened by danyadev over 5 years ago
- 1 comment
Labels: bug, help wanted