issues Search Results · repo:vuejs/eslint-config-typescript language:TypeScript
Filter by
44 results
(69 ms)44 results
invuejs/eslint-config-typescript (press backspace or delete to remove)I am using @vue/eslint-plugin-typescript in the recommended way, here is my config:
export default defineConfigWithVueTs([
// other config objects here
{
name: Vue ,
files: [ **/*.vue ],
...
Lumiobyte
- Opened 16 hours ago
- #193
before in .eslintrc : extends: [ ./.eslintrc-auto-import.json ]
but now how can I use in 14.6.0
dwtom
- Opened 4 days ago
- #192
Let s imagine, we have a component that emits a typed event
// MyComponent.vue
script
const emit = defineEmits {
(event: myCustomEvent , id: number): void
} ()
/script
Here, it omits the id parameter. ...
shaedrich
- Opened 17 days ago
- #186
Error
This issue affects all new Vue projects created with the standard scaffolding (pnpm create vue@latest) since the release
of eslint@9.29.0. It can also be reproduced on existing projects by updating ...
bug
upstream
dkvc
- 4
- Opened 23 days ago
- #181
Hey, everyone.
I created a simple skeleton vue3/vite app with a little bit basic component Header.vue and Navbar.vue, and the rule
multi-word-component-names is set as error as default, so the Header.vue ...
gaomingzhao666
- 3
- Opened on May 8
- #177
The minimal setup as found in the README causes an error in VSCode s ESLint: Show Output Channel console whenever I open
a new file or navigate to another open editor tab.
[Error - 1:29:23 PM] An unexpected ...
brianreeve
- 3
- Opened on Mar 25
- #161
eslint 9.22 introduced the helper function defineConfig (see
https://eslint.org/blog/2025/03/flat-config-extends-define-config-global-ignores/#introducing-defineconfig()-for-eslint
for more information). ...
devtobi
- 1
- Opened on Mar 19
- #158
eslint-plugin-vue V10 has just been released today: https://github.com/vuejs/eslint-plugin-vue/releases/tag/v10.0.0
Right now, this package is not supporting the new major version resulting in warning ...
Tamas-hi
- 1
- Opened on Mar 5
- #154
vite disposition:
plugins: [
vue(),
vueDevTools(),
AutoImport({
imports: [ vue ],
resolvers: [ElementPlusResolver()],
eslintrc: {
enabled: true,
},
}), ...
missing reproduction
tracker1999
- 1
- Opened on Jan 23
- #137
I m trying to enable recommendedTypeChecked, coming from recommended, and eslint is crashing on a typecheck rule that s
running on a yml file. So, I d simply like to disable type checked rules for yml ...
bug
bmulholland
- 1
- Opened on Jan 22
- #136

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.