Get import/named errors when using TypeScript · Issue #169 · nuxt/eslint-config

I get an import/named error when I run eslint for the following code. https://github.com/odan-sandbox/nuxt-eslint-error-sandbox/blob/main/plugins/my.ts import Vue, { PropType } from 'vue' /Users/od...