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
Using the config listed in the gist, creating a project with vue create is succesful, while creating a project from vue ui with the same config throws 2 errors.
What is expected?
The outcome of vue create should be the same as creating a project with vue ui.
What is actually happening?
vue ui throws 2 errors.
This does not seem to happen with other ESLint config options. For example, using ESLint Prettier runs fine.
The text was updated successfully, but these errors were encountered:
Version
3.0.0-rc.3
Reproduction link
https://gist.github.com/bvanneerven/4998805642a85d9342643f0688877970
Steps to reproduce
Using the config listed in the gist, creating a project with
vue create
is succesful, while creating a project fromvue ui
with the same config throws 2 errors.What is expected?
The outcome of
vue create
should be the same as creating a project withvue ui
.What is actually happening?
vue ui
throws 2 errors.This does not seem to happen with other ESLint config options. For example, using ESLint Prettier runs fine.
The text was updated successfully, but these errors were encountered: