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
#2331 - Improve compatibility with ESLint v9
Pull Request -
State: closed - Opened by ota-meshi almost 1 year ago
- 3 comments
#2330 - Change stylistic rules for expressions in `<template>` to extend from ESLint Stylistic
Pull Request -
State: closed - Opened by ota-meshi almost 1 year ago
#2329 - update vitepress
Pull Request -
State: closed - Opened by ota-meshi almost 1 year ago
#2328 - rule: require `setup` on `<script>`
Issue -
State: closed - Opened by privatenumber about 1 year ago
- 3 comments
#2327 - fix: avoid calling typeParameters getter
Pull Request -
State: closed - Opened by KaelWD about 1 year ago
#2326 - Support for Vue.js 3.4
Issue -
State: closed - Opened by ota-meshi about 1 year ago
- 3 comments
#2325 - feat: implement require-explicit-slots
Pull Request -
State: closed - Opened by mussinbenarbia about 1 year ago
- 5 comments
#2324 - `vue/attributes-order`: keep data-test attribute at the end of inline attributes
Issue -
State: open - Opened by VladimirCores about 1 year ago
- 2 comments
#2323 - feat: add allow list to `no-template-shadow`
Pull Request -
State: closed - Opened by mussinbenarbia about 1 year ago
- 1 comment
#2322 - `vue/no-unused-properties` false alarm with `unplugin-auto-import`
Issue -
State: closed - Opened by Nathan7139 about 1 year ago
- 1 comment
#2321 - Add `allow` option to `vue/no-v-text-v-html-on-component`
Issue -
State: closed - Opened by IlyaSemenov about 1 year ago
- 2 comments
Labels: enhancement, help wanted, accepted proposition
#2320 - Make `vue/v-on-event-hyphenation` autofixable by default in Vue 3
Pull Request -
State: closed - Opened by FloEdelmann about 1 year ago
#2319 - Add support for generating ESLint Flat Config
Pull Request -
State: closed - Opened by conradhale about 1 year ago
- 5 comments
#2318 - Question: Which rule can I use to...
Issue -
State: closed - Opened by yoyo837 about 1 year ago
- 2 comments
Labels: question
#2317 - Add `allow` rule option to `vue/no-template-shadow`
Issue -
State: closed - Opened by stefanobartoletti about 1 year ago
- 4 comments
Labels: enhancement, help wanted
#2316 - `vue/no-multiple-template-root` false negative with comment
Issue -
State: open - Opened by matthew-dean about 1 year ago
- 6 comments
Labels: enhancement, accepted proposition
#2315 - Add support for stricter `type-literal` option in `vue/define-emits-declaration`
Pull Request -
State: closed - Opened by Meesayen about 1 year ago
#2314 - Add new option to specify tags to ignore `vue/no-deprecated-slot-attribute`
Pull Request -
State: closed - Opened by kazuma0129 about 1 year ago
- 4 comments
#2313 - Rule suggestion: Add new option to specify tags to ignore rules `vue/no-deprecated-slot-attribute`
Issue -
State: closed - Opened by kazuma0129 about 1 year ago
#2312 - Add `vue/no-unused-emit-declarations` rule
Pull Request -
State: closed - Opened by ItMaga about 1 year ago
#2311 - Fix detect Nuxt3 defineNuxtComponent
Pull Request -
State: open - Opened by sugitata about 1 year ago
- 2 comments
Labels: semver-major, breaking change
#2310 - vue eslint doesn't load plugins
Issue -
State: closed - Opened by Gennady77 about 1 year ago
- 1 comment
Labels: question
#2309 - Update order-in-components.md
Pull Request -
State: closed - Opened by kazuma0129 about 1 year ago
- 3 comments
Labels: documentation
#2308 - Rule suggestion: Ensure that route params type is string or number
Issue -
State: open - Opened by MartJohan about 1 year ago
#2307 - vue/require-toggle-inside-transition false negative
Issue -
State: closed - Opened by yoshi-pi about 1 year ago
- 1 comment
#2306 - vue/require-default-prop triggers for optional props (TypeScript)
Issue -
State: closed - Opened by dmke about 1 year ago
- 4 comments
Labels: duplicate, feat: typescript
#2305 - vue/require-v-for-key triggers on <template> tags
Issue -
State: open - Opened by braddialpad about 1 year ago
- 1 comment
#2304 - Parsing error: Cannot set property index of Error which has only a getter
Issue -
State: closed - Opened by messenjer about 1 year ago
- 4 comments
Labels: feat: typescript, needs repro
#2303 - Fix require-toggle-inside-transition should respect "<slot>", "v-bind:key", attribute "appear"
Pull Request -
State: closed - Opened by DevilTea about 1 year ago
#2302 - vue/require-toggle-inside-transition false positives
Issue -
State: closed - Opened by 719media about 1 year ago
- 3 comments
Labels: bug
#2301 - fix(component-name-in-template-casing): ignore vue template syntax
Pull Request -
State: closed - Opened by antfu about 1 year ago
#2300 - [Question]How to configure eslint to report template to use ref directly instead of using ref.value?
Issue -
State: closed - Opened by yoyo837 about 1 year ago
- 6 comments
Labels: question
#2299 - `vue/component-name-in-template-casing`: ignore `<component>` built-in element
Issue -
State: closed - Opened by johannschopplich about 1 year ago
#2298 - Rule proposal: `vue/no-unused-prop-declarations`
Issue -
State: closed - Opened by cesaralvrz about 1 year ago
- 3 comments
#2297 - Add `externalIgnores` option for `vue/singleline-html-element-content-newline`
Pull Request -
State: closed - Opened by qmhc about 1 year ago
#2296 - `vue/component-name-in-template-casing` rule doesn't work with auto-imported components
Issue -
State: closed - Opened by vaibhav11s about 1 year ago
#2295 - defineSlots 如果没写 () 不报错
Issue -
State: closed - Opened by WangJincheng4869 about 1 year ago
- 4 comments
#2294 - Rule suggestion: `vue/require-explicit-slots` to require all slots to be documented
Issue -
State: closed - Opened by Amixx about 1 year ago
- 3 comments
Labels: new rule proposition, accepted proposition
#2293 - Fixed false negatives for whitespace in `vue/require-toggle-inside-transition` rule
Pull Request -
State: closed - Opened by ota-meshi about 1 year ago
#2292 - fix: replace typeParameters with typeArguments
Pull Request -
State: closed - Opened by KaelWD about 1 year ago
- 5 comments
#2291 - Update `vue/no-lifecycle-after-await` rule to support `<script setup>`
Issue -
State: closed - Opened by cjpearson about 1 year ago
- 1 comment
#2290 - `vue/require-toggle-inside-transition` false negative with whitespace before the element
Issue -
State: closed - Opened by yoshi-pi about 1 year ago
- 3 comments
Labels: bug
#2289 - Support for defineModels or any other customMacros
Issue -
State: closed - Opened by LeonSnajdr about 1 year ago
- 1 comment
#2288 - Implement SmartTab behavior similar to EsLint’s `no-mixed-spaces-and-tabs` with `smart-tabs`
Issue -
State: open - Opened by maximal about 1 year ago
Labels: indent
#2287 - Rule Proposal: vue/no-props-shadow
Issue -
State: open - Opened by jaredmcateer about 1 year ago
- 1 comment
Labels: new rule proposition, accepted proposition
#2286 - Some rules enforced in .ts but not .vue?
Issue -
State: closed - Opened by keizure about 1 year ago
- 3 comments
#2286 - Some rules enforced in .ts but not .vue?
Issue -
State: closed - Opened by keizure about 1 year ago
- 3 comments
#2285 - Typed defineExpose with generic value
Issue -
State: open - Opened by tragid about 1 year ago
#2284 - Attribute `@` incorrectly marked as invalid
Issue -
State: closed - Opened by somebody1234 about 1 year ago
- 1 comment
#2283 - Rule proposal: Restrict function props
Issue -
State: open - Opened by ECrownofFire about 1 year ago
#2282 - [Error - 17:56:03] Error: Plugin "@typescript-eslint" was conflicted between ".eslintrc.js » plugin:@typescript-eslint/recommended-type-checked » ./configs/base" and ".eslintrc.js » @vue/eslint-config-typescript".
Issue -
State: closed - Opened by laterdayi about 1 year ago
- 1 comment
#2282 - [Error - 17:56:03] Error: Plugin "@typescript-eslint" was conflicted between ".eslintrc.js » plugin:@typescript-eslint/recommended-type-checked » ./configs/base" and ".eslintrc.js » @vue/eslint-config-typescript".
Issue -
State: closed - Opened by laterdayi about 1 year ago
- 1 comment
#2281 - ESLint Error with Vue 3.3+ Alternative Syntax for TypeScript Emits Despite Support
Issue -
State: closed - Opened by BenJackGill over 1 year ago
- 1 comment
#2281 - ESLint Error with Vue 3.3+ Alternative Syntax for TypeScript Emits Despite Support
Issue -
State: closed - Opened by BenJackGill over 1 year ago
- 1 comment
#2281 - ESLint Error with Vue 3.3+ Alternative Syntax for TypeScript Emits Despite Support
Issue -
State: closed - Opened by BenJackGill over 1 year ago
- 2 comments
#2281 - ESLint Error with Vue 3.3+ Alternative Syntax for TypeScript Emits Despite Support
Issue -
State: closed - Opened by BenJackGill over 1 year ago
- 1 comment
#2280 - Require key for conditionally rendered repeated components
Pull Request -
State: open - Opened by felipemelendez over 1 year ago
- 4 comments
#2280 - Require key for conditionally rendered repeated components
Pull Request -
State: open - Opened by felipemelendez over 1 year ago
- 1 comment
#2280 - Require key for conditionally rendered repeated components
Pull Request -
State: closed - Opened by felipemelendez over 1 year ago
- 4 comments
#2280 - Require key for conditionally rendered repeated components
Pull Request -
State: open - Opened by felipemelendez over 1 year ago
- 2 comments
#2279 - vue/require-valid-default-prop breaks when importing type with union
Issue -
State: open - Opened by VividLemon over 1 year ago
Labels: bug, help wanted
#2278 - vue/padding-line-between-tags - support JSX
Issue -
State: open - Opened by PurpleTape over 1 year ago
#2277 - Docs: fix options for use-v-on-exact
Pull Request -
State: closed - Opened by clemdee over 1 year ago
Labels: documentation
#2277 - Docs: fix options for use-v-on-exact
Pull Request -
State: open - Opened by clemdee over 1 year ago
#2277 - Docs: fix options for use-v-on-exact
Pull Request -
State: open - Opened by clemdee over 1 year ago
#2277 - Docs: fix options for use-v-on-exact
Pull Request -
State: closed - Opened by clemdee over 1 year ago
Labels: documentation
#2276 - Add Vuex support to `vue/no-unused-properties`
Pull Request -
State: closed - Opened by fuale over 1 year ago
- 11 comments
#2275 - Insert `defineOptions` after import declarations in `vue/prefer-define-options`
Pull Request -
State: closed - Opened by ItMaga over 1 year ago
#2274 - In the. vue file, when lang="tsx", an error is reported when writing JSX syntax parsing
Issue -
State: closed - Opened by plusface over 1 year ago
- 3 comments
#2273 - Fix no-ref-as-operand and allow lint when ref as right operator
Pull Request -
State: open - Opened by lakb248 over 1 year ago
- 2 comments
#2272 - vue/order-in-components computed内含有辅助函数无法自动修复
Issue -
State: closed - Opened by dongjinc over 1 year ago
- 7 comments
#2271 - vue/no-ref-as-operand only lint left identifier of a logical expression
Issue -
State: open - Opened by lakb248 over 1 year ago
- 1 comment
Labels: bug
#2270 - You can turn off the rule if you intentionally want to lose reactivity.
Issue -
State: closed - Opened by ehuelsmann over 1 year ago
- 1 comment
Labels: invalid
#2269 - Rename `vue/no-ref-object-destructure` to `vue/no-ref-object-reactivity-loss`
Pull Request -
State: closed - Opened by ota-meshi over 1 year ago
#2268 - Rename `vue/no-setup-props-destructure` to `vue/no-setup-props-reactivity-loss` and remove from config
Pull Request -
State: closed - Opened by ota-meshi over 1 year ago
#2267 - Getting a value from the `props` in root scope of `<script setup>` will cause the value to lose reactivity wtith toRef on an object
Issue -
State: closed - Opened by tlemaireCDAD over 1 year ago
- 1 comment
#2266 - Props did not deconstruct, but `vue/no-setup-props-destructure` reported an error
Issue -
State: closed - Opened by huatten over 1 year ago
- 2 comments
Labels: duplicate
#2265 - Feature request: option to ignore single-word filenames and sentences in vue/match-component-file-name
Issue -
State: open - Opened by daniluk4000 over 1 year ago
- 2 comments
#2264 - [vue/no-useless-template-attributes] ref on v-for template is not useless
Issue -
State: open - Opened by antoine-roth over 1 year ago
- 1 comment
#2263 - `prefer-define-options` should insert `defineOptions` after import expressions
Issue -
State: closed - Opened by fisker over 1 year ago
- 1 comment
Labels: enhancement
#2262 - Rule "vue/valid-v-model" is conflicted with typed value in template
Issue -
State: closed - Opened by chengzhuo5 over 1 year ago
- 1 comment
Labels: feat: typescript
#2261 - Rule proposal: A warning for simultaneous usage of both Composition API and Options API
Issue -
State: open - Opened by AjiTae over 1 year ago
- 3 comments
#2260 - Improve docs and error message for `vue/no-dupe-keys`
Pull Request -
State: closed - Opened by vincerubinetti over 1 year ago
- 2 comments
Labels: documentation
#2259 - `vue/no-setup-props-destructure` is too restrictive after latest update
Issue -
State: closed - Opened by l3d00m over 1 year ago
- 34 comments
#2258 - Support template literals in `vue/no-deprecated-model-definition`
Pull Request -
State: closed - Opened by FloEdelmann over 1 year ago
Labels: enhancement
#2257 - how to implement rule only lint ts script in vue file?
Issue -
State: closed - Opened by tjx666 over 1 year ago
- 2 comments
Labels: question
#2256 - Fix incompatibility with typescript-eslint v6 in `vue/script-indent` rule
Pull Request -
State: closed - Opened by ota-meshi over 1 year ago
#2255 - Only allow modelValue in `vue/no-deprecated-model-definition`
Pull Request -
State: closed - Opened by FloEdelmann over 1 year ago
#2254 - Bump dependencies to latest version
Pull Request -
State: closed - Opened by FloEdelmann over 1 year ago
Labels: dependencies
#2253 - Enable more `eslint-plugin-unicorn` rules
Pull Request -
State: closed - Opened by FloEdelmann over 1 year ago
Labels: meta
#2252 - Bump development dependencies to latest version
Pull Request -
State: closed - Opened by FloEdelmann over 1 year ago
Labels: dependencies
#2251 - vue/valid-v-on errors on working code
Issue -
State: open - Opened by KaelWD over 1 year ago
- 4 comments
#2250 - Type only used in template is marked as unused (without `<script setup>`)
Issue -
State: closed - Opened by yuntian001 over 1 year ago
- 3 comments
Labels: feat: typescript
#2249 - vue/attribute-hyphenation pattern / regexp ignore
Issue -
State: open - Opened by CreMindES over 1 year ago
- 1 comment
#2248 - fix(require-explicit-emits): Add support for kebab-cased custom events
Pull Request -
State: closed - Opened by Robo-Rin over 1 year ago
- 1 comment
#2247 - Improve error message for `vue/no-dupe-keys`
Issue -
State: closed - Opened by vincerubinetti over 1 year ago
- 5 comments
Labels: enhancement
#2246 - `valid-v-for`: exclude lodash's `uniqueID()`
Issue -
State: closed - Opened by MetRonnie over 1 year ago
- 3 comments
#2245 - File `no-restricted-component-names` - SyntaxError: Unexpected token '.'
Issue -
State: closed - Opened by Giildo over 1 year ago
- 2 comments
Labels: duplicate
#2244 - Improve the `vue/no-setup-props-destructure` rule
Pull Request -
State: closed - Opened by davidmyersdev over 1 year ago
- 10 comments
#2243 - Rule suggestion: `vue/no-restricted-v-on`
Issue -
State: closed - Opened by ericuldall over 1 year ago
- 2 comments
Labels: new rule proposition, accepted proposition