Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typescript: Fails on Vue interfaces #131

Open
bmulholland opened this issue Dec 8, 2020 · 0 comments
Open

Typescript: Fails on Vue interfaces #131

bmulholland opened this issue Dec 8, 2020 · 0 comments
Labels
nuxt2-legacy Issues related to the legacy Nuxt 2 eslint config

Comments

@bmulholland
Copy link
Contributor

@nuxt/auth dev branch is failing CI after a yarn upgrade because of typescript errors: https://github.com/nuxt-community/auth-module/runs/1509932138

The project is using @nuxtjs/eslint-config-typescript and some of the lines it's failing on are directly recommended by Vue:

declare module 'vue/types/options' {
  interface ComponentOptions<V extends Vue> {
    myOption?: string
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
nuxt2-legacy Issues related to the legacy Nuxt 2 eslint config
Projects
None yet
Development

No branches or pull requests

2 participants