-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Still impossible to use Vue plugin #1282
Comments
Thanks for re-opening this. Do you have a suggestion for how to proceed at resolving this issue? |
To be honest, I'm not sure how to handle it. It's basically the same issue as #1283 and it will emerge every time Options:
|
@ArmorDarks how do you feel about #703? |
Honestly, I'm leaning towards just supporting flags that add extra rules and make fixes for each type of environment we want to support.
Then, most users can just avoid ESLint plugins and the extra work to install them, configure them, debug them, etc. and we can even start to add additional opinionated rules for React apps, Vue apps, etc. We can still keep Thoughts? |
I prefer my #703. With #703, you'd install and keep updated a set of 'standard' packages and then you'd not need to be concerned with flags, because standard will automatically detect and use the installed packages. Flags seem contrary to what standard is trying to be - a zero configuration utility. I wouldn't like to diverge from the beauty of simply running |
Just for the history, the relevant discussion keeps going here #1356 |
See #750 and #1183
Mentioned issues were closed without any resolution. However, it is still impossible to use
eslint-plugin-vue
withstandard
without opting to useeslint-plugin-standard
and regular Eslint configuration file orstandardx
.The text was updated successfully, but these errors were encountered: