You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `modules: true` rule allows for importing of typescript-built
modules such as multinetjs (which includes an `import` statement that
confuses the linter somehow).
The `this: any` workaround avoids yet another instance of the difficulty
of typechecking object-style components in Vue 2.x.
0 commit comments