-
Notifications
You must be signed in to change notification settings - Fork 38
feat: simplify the *TypeChecked
configs by providing a meaningful and performant default
#89
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
Conversation
…eaningful and performant default
4da1a33
to
86db36e
Compare
There is also a volar eslint integration: @volar/eslint https://github.com/volarjs/volar.js/tree/master/packages/eslint. Can it be included as well? It would support everything the IDE extension already supports. Here is the PR with an example: |
Causes neanes/neanes#1030 (review). |
*-type-checked
configs by providing a meaningful and performant default*TypeChecked
configs by providing a meaningful and performant default
@basil Fixed in 14.1.1. Could you try it out? |
@DrJume |
@haoqunjiang We have successfully upgraded to 14.1.1 in neanes/neanes#1038. Thanks! |
You're welcome! Thank you for taking a look at it. This would be so great to have! |
Good news: I made a demo with Bad news: If we want to absorb that plugin into this config package, I expect the result configuration to be very complicated and delicate… there would be two distinct sets of processors targeting Update: deleted the screenshots as I mis-configured it. But there's a potential here and I'll try more on it later. |
I finally figured out how to do this intuitively and performantly.
I still need to adjust the example project structure a bit and set up the tests but this is the gist.