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
#2242 - Add `type-literal` as an option for `vue/define-emits-declaration`
Issue -
State: closed - Opened by studnitz over 1 year ago
- 3 comments
Labels: enhancement
#2241 - Bump `eslint-plugin-eslint-plugin` to v5
Pull Request -
State: closed - Opened by FloEdelmann over 1 year ago
Labels: meta
#2240 - Set source type to `commonjs` to enable rule lint rules again
Pull Request -
State: closed - Opened by FloEdelmann over 1 year ago
Labels: meta
#2239 - Update VS Code settings
Pull Request -
State: closed - Opened by FloEdelmann over 1 year ago
Labels: meta
#2238 - Add `vue/no-deprecated-model-definition` rule
Pull Request -
State: closed - Opened by FloEdelmann over 1 year ago
#2237 - Rule proposal: `vue/prefer-v-model`
Issue -
State: open - Opened by FloEdelmann over 1 year ago
Labels: new rule proposition
#2236 - Rule proposal: `vue/no-deprecated-model-definition`
Issue -
State: closed - Opened by FloEdelmann over 1 year ago
Labels: new rule proposition
#2235 - Force defineExpose at the end of <script>
Issue -
State: closed - Opened by Thomasan1999 over 1 year ago
- 7 comments
Labels: enhancement
#2234 - Allow deprecated rules in configs
Pull Request -
State: closed - Opened by FloEdelmann over 1 year ago
Labels: documentation, meta
#2233 - ESlint error due to optional chaining on "no-restricted-component-names" rule on vue3
Issue -
State: closed - Opened by nirpan over 1 year ago
- 5 comments
Labels: needs repro
#2232 - vue/html-self-closing doesn't work when used with prettier
Issue -
State: open - Opened by yoshi-pi over 1 year ago
- 9 comments
#2230 - After npm install, ESLint couldn't find the plugin "eslint-plugin-plugin:vue/vue3-recommended".
Issue -
State: closed - Opened by leegee over 1 year ago
- 1 comment
#2229 - Prevent auto fix `vue/attribute-hyphenation` when it breaks props
Pull Request -
State: closed - Opened by levchak0910 over 1 year ago
#2228 - Auto fix of `vue/attribute-hyphenation` rule cause error on passing props to child component
Issue -
State: closed - Opened by levchak0910 over 1 year ago
#2227 - FYI: typescript-eslint@v6 will remove parserServices.hasFullTypeInformation
Issue -
State: closed - Opened by JoshuaKGoldberg over 1 year ago
- 1 comment
#2226 - Lint this repo using ESLint Flat Config
Pull Request -
State: closed - Opened by nzakas over 1 year ago
- 1 comment
Labels: meta
#2225 - false positive of rule `vue/no-extra-parens` when using with typescript `as` casting operator
Issue -
State: open - Opened by n0099 over 1 year ago
Labels: bug, feat: typescript
#2224 - Add new `vue/no-use-v-else-with-v-for`
Pull Request -
State: closed - Opened by FloEdelmann over 1 year ago
#2223 - Ignore blocks in `vue/html-self-closing`
Pull Request -
State: closed - Opened by FloEdelmann over 1 year ago
#2222 - Rename `vue/component-tags-order` to `vue/block-order`
Pull Request -
State: closed - Opened by FloEdelmann over 1 year ago
- 4 comments
#2221 - Restrict the `vue/no-console` rule to the `<template>` block
Pull Request -
State: closed - Opened by ItMaga over 1 year ago
#2220 - [Bug] `vue/no-console` affects code in `<script>`
Issue -
State: closed - Opened by wenfangdu over 1 year ago
- 2 comments
Labels: bug
#2219 - Fix typo in `vue/require-typed-ref` message
Pull Request -
State: closed - Opened by FloEdelmann over 1 year ago
#2218 - [New Option] `includeNative` for `vue/attribute-hyphenation` and `vue/v-on-event-hyphenation`
Issue -
State: open - Opened by wenfangdu over 1 year ago
#2217 - How can I override only TypeScript script tag in Vue files, excluding JavaScript
Issue -
State: closed - Opened by tjx666 over 1 year ago
- 1 comment
Labels: duplicate
#2216 - [FR] `vue/attribute-hyphenation` and `vue/v-on-event-hyphenation` like rules for built-in elements
Issue -
State: closed - Opened by wenfangdu over 1 year ago
- 2 comments
#2215 - Extend `vue/padding-line-between-tags` to allow conditional tags to be placed next to each other
Issue -
State: open - Opened by LoiLock over 1 year ago
- 8 comments
Labels: enhancement
#2214 - Rename `vue/component-tags-order` to `vue/block-order`
Issue -
State: closed - Opened by FloEdelmann over 1 year ago
- 2 comments
#2213 - Add `vue/max-lines-per-block` rule
Pull Request -
State: closed - Opened by lsdsjy over 1 year ago
#2212 - FR: introduce allowLineSeperatedGroups option on sort-keys
Issue -
State: open - Opened by carsoli over 1 year ago
- 1 comment
Labels: enhancement, accepted proposition
#2211 - [Bug] Can't use `@typescript-eslint/prefer-optional-chain` with `eslint-plugin-vue`
Issue -
State: closed - Opened by wenfangdu over 1 year ago
- 4 comments
#2210 - Add `vue/no-restricted-component-names` rule
Pull Request -
State: closed - Opened by ItMaga over 1 year ago
#2209 - no-code-outside-tag
Issue -
State: open - Opened by tjx666 over 1 year ago
- 1 comment
Labels: new rule proposition, accepted proposition
#2208 - Mark default options correctly in `vue/define-macros-order` docs
Pull Request -
State: closed - Opened by wenfangdu over 1 year ago
- 1 comment
Labels: documentation
#2207 - False positive in vue/no-dupe-keys
Issue -
State: closed - Opened by sawmurai over 1 year ago
- 2 comments
Labels: needs repro
#2206 - Rules don't work with v-bind : short-syntax
Issue -
State: closed - Opened by extrem7 over 1 year ago
- 6 comments
#2205 - setup
Issue -
State: closed - Opened by ppierre over 1 year ago
#2204 - Add `vue/require-typed-ref` rule
Pull Request -
State: closed - Opened by Demivan over 1 year ago
#2203 - Don't report user-defined `createApp` function in `vue/one-component-per-file`
Pull Request -
State: open - Opened by candy-Tong over 1 year ago
#2202 - Ignore `<template>` in `vue/html-self-closing` rule
Issue -
State: closed - Opened by Thomasan1999 over 1 year ago
- 8 comments
#2201 - [one-component-per-file] do not check createApp function written by the developer
Issue -
State: open - Opened by candy-Tong over 1 year ago
Labels: bug
#2200 - `vue/no-mutating-props` false negative with imported props interface
Issue -
State: open - Opened by Yhspehy over 1 year ago
- 5 comments
Labels: bug
#2199 - New rule `vue/padded-blocks`
Issue -
State: closed - Opened by sebj54 over 1 year ago
- 2 comments
#2198 - Add `vue/require-macro-variable-name` rule
Pull Request -
State: closed - Opened by ItMaga over 1 year ago
#2197 - False positives when destructuring with rename toRef props in vue/no-dupe-keys rule
Issue -
State: closed - Opened by N-Silbernagel over 1 year ago
- 2 comments
#2196 - ✨ Add support for defineOptions in `require-name-property` rule
Issue -
State: open - Opened by jd-solanki over 1 year ago
- 2 comments
Labels: enhancement
#2194 - Add `vue/no-console` rule
Pull Request -
State: closed - Opened by ItMaga over 1 year ago
#2193 - [no-unused-properties] can't recogonize props.xxx used in template
Issue -
State: closed - Opened by tjx666 over 1 year ago
- 1 comment
Labels: bug, help wanted
#2192 - vue/no-dupe-keys tips Duplicated key
Issue -
State: closed - Opened by laterdayi over 1 year ago
- 2 comments
Labels: duplicate
#2191 - `vue/no-unused-properties` does not work with `defineNuxtComponent()`
Issue -
State: open - Opened by uralogical over 1 year ago
- 3 comments
Labels: feat: nuxt
#2190 - vue/html-self-closing should consider <slot> to be a component tag, not a normal HTML tag
Issue -
State: open - Opened by catrope over 1 year ago
- 2 comments
#2189 - Fix false positives for toRef props in `vue/no-dupe-keys` rule
Pull Request -
State: closed - Opened by ota-meshi over 1 year ago
#2188 - New rule `vue/require-macro-variable-name`
Issue -
State: closed - Opened by szulcus over 1 year ago
- 2 comments
Labels: new rule proposition, accepted proposition
#2187 - New rule `vue/quotes`
Issue -
State: open - Opened by szulcus over 1 year ago
- 8 comments
Labels: new rule proposition, accepted proposition, good first issue
#2186 - Fix false positive for unknown prop in `vue/no-undef-properties` rule
Pull Request -
State: closed - Opened by ota-meshi over 1 year ago
#2185 - Extend `vue/no-dupe-keys` to support `<script setup>`
Pull Request -
State: closed - Opened by ItMaga over 1 year ago
#2184 - npm run docs:watch not work
Issue -
State: closed - Opened by Terrency over 1 year ago
- 1 comment
#2183 - Vue 3.3 throws vue/no-undef-properties for types exported from external files
Issue -
State: closed - Opened by tragid over 1 year ago
- 1 comment
Labels: bug
#2182 - Rule Proposal: `vue/no-restricted-component-names`
Issue -
State: closed - Opened by qmhc over 1 year ago
- 2 comments
Labels: new rule proposition, accepted proposition
#2181 - Document related rules for component name rules
Pull Request -
State: closed - Opened by qmhc over 1 year ago
Labels: documentation
#2180 - Rule Proposal: `vue/ban-component-names`
Issue -
State: closed - Opened by qmhc over 1 year ago
- 7 comments
#2179 - Ignore HTML comments in `vue/multiline-html-element-content-newline`
Issue -
State: open - Opened by dsl101 over 1 year ago
#2178 - Add support for `defineOptions` to `vue/no-duplicate-attr-inheritance` rule
Pull Request -
State: closed - Opened by ota-meshi over 1 year ago
- 1 comment
#2177 - Add `additionalProperties` to `vue/no-deprecated-router-link-tag-prop` schema
Pull Request -
State: closed - Opened by FloEdelmann over 1 year ago
Labels: enhancement
#2176 - Vue 3.3 update - Typings for new `defineEmits` syntax not working properly
Issue -
State: closed - Opened by Noxdor over 1 year ago
- 2 comments
#2175 - Unable to use `script-setup` only in Vue 3.3 projects
Issue -
State: closed - Opened by Shyam-Chen over 1 year ago
- 3 comments
#2174 - vue/require-valid-default-prop demands 'string', even when prop type is 'symbol | string'
Issue -
State: closed - Opened by femans over 1 year ago
- 2 comments
#2173 - Vue 3.3 - new defineEmits syntax not working properly with `vue/require-explicit-emits` active
Issue -
State: closed - Opened by Noxdor over 1 year ago
- 3 comments
Labels: duplicate
#2172 - Rule Proposal: `vue/no-implicit-props-access`
Issue -
State: open - Opened by dumptyd over 1 year ago
- 3 comments
Labels: new rule proposition, accepted proposition
#2171 - Add update-resources script
Pull Request -
State: open - Opened by ota-meshi over 1 year ago
Labels: breaking change
#2170 - Upgrade to vue-eslint-parser v9.3 that supports Vue 3.3.
Pull Request -
State: closed - Opened by ota-meshi over 1 year ago
#2169 - Vue 3.3 require-default-prop doesn't scan for extended prop type
Issue -
State: closed - Opened by VividLemon over 1 year ago
- 3 comments
#2168 - Add support for `generic` attribute to `vue/no-unsupported-features` rule
Pull Request -
State: closed - Opened by ota-meshi over 1 year ago
#2167 - Add `vue/prefer-define-options` rule
Pull Request -
State: closed - Opened by ota-meshi over 1 year ago
#2166 - Planning for v10
Issue -
State: open - Opened by ota-meshi over 1 year ago
- 10 comments
#2165 - Add `vue/valid-define-options` rule
Pull Request -
State: closed - Opened by ota-meshi over 1 year ago
#2164 - Add support for `defineOptions` to `vue/padding-lines-in-component-definition` rule
Pull Request -
State: closed - Opened by ota-meshi over 1 year ago
#2163 - Add support for `defineOptions` and `defineSlots` to `vue/no-unsupported-features` rule
Pull Request -
State: closed - Opened by ota-meshi over 1 year ago
#2162 - Add support for `defineOptions` to `vue/no-restricted-component-options` rule
Pull Request -
State: closed - Opened by ota-meshi over 1 year ago
#2161 - Add support for `defineOptions` to `vue/match-component-file-name` rule
Pull Request -
State: closed - Opened by ota-meshi over 1 year ago
#2160 - Add support for `defineOptions` to `vue/order-in-components` rule
Pull Request -
State: closed - Opened by ota-meshi over 1 year ago
#2159 - Add support for `defineOptions` to `vue/component-definition-name-casing` rule
Pull Request -
State: closed - Opened by ota-meshi over 1 year ago
#2158 - Added support for `defineOptions` to `vue/no-reserved-component-names` rule
Pull Request -
State: closed - Opened by ota-meshi over 1 year ago
#2157 - Added support for `defineOptions` to `vue/multi-word-component-names` rule
Pull Request -
State: closed - Opened by ota-meshi over 1 year ago
#2156 - Added support for `defineOptions` and `defineSlots` to `defineScriptSetupVisitor`
Pull Request -
State: closed - Opened by ota-meshi over 1 year ago
#2155 - [New Rule] `vue/no-console`
Issue -
State: closed - Opened by wenfangdu over 1 year ago
- 1 comment
Labels: new rule proposition, accepted proposition
#2154 - Add support for `defineOptions` and `defineSlots` to `vue/define-macros-order` rule
Pull Request -
State: closed - Opened by ota-meshi over 1 year ago
#2153 - Change `vue/order-in-components` rule to enforce ordering on `slots` and `expose` defaults
Pull Request -
State: open - Opened by ota-meshi over 1 year ago
- 1 comment
Labels: breaking change
#2152 - Add support for new `defineEmits` type syntax to `vue/require-explicit-emits` rule
Pull Request -
State: closed - Opened by ota-meshi over 1 year ago
#2151 - [Question] syntax error about v-model:trim
Issue -
State: closed - Opened by moon-in-river over 1 year ago
- 1 comment
#2150 - Incompatible with eslint v8.40.0
Issue -
State: closed - Opened by so1ve over 1 year ago
- 1 comment
#2149 - Add meta object to the plugin
Pull Request -
State: closed - Opened by ota-meshi over 1 year ago
#2148 - Rule proposal: `vue/img-layout-shift`
Issue -
State: open - Opened by ahnpnl over 1 year ago
#2147 - Fixed rules incompatible with ESLint v8.40.
Pull Request -
State: closed - Opened by ota-meshi over 1 year ago
#2146 - Update eslint-plugin-unicorn to v47
Pull Request -
State: closed - Opened by TatsuyaYamamoto over 1 year ago
- 3 comments
#2145 - feat(processor): export meta object for flat config
Pull Request -
State: closed - Opened by TatsuyaYamamoto over 1 year ago
- 3 comments
#2144 - Code in template not linted when created via APP.component
Issue -
State: closed - Opened by Yzuriha over 1 year ago
- 1 comment
#2143 - Rule Proposal: Analog for `strict-boolean-expressions` typescript-eslint rule
Issue -
State: open - Opened by basil-gor over 1 year ago
Labels: feat: typescript
#2142 - vue/return-in-computed-property requires return even if Typescript union type is exhausted in switch statement
Issue -
State: open - Opened by Larsmyrup over 1 year ago
- 6 comments
Labels: feat: typescript
#2141 - no-shadow not work in double script block
Issue -
State: closed - Opened by teleskop150750 over 1 year ago
- 4 comments
Labels: duplicate