-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: add a wrapper around @nx/js generator and fix some eslint issues #93
Conversation
4ce04a3
to
0f99500
Compare
Wrapping some other libraries so we can easily create new vite libraries in one command.
0f99500
to
11ea9ba
Compare
Allows us to use the eslint configs more flexibly. Upgrades the quality generator to allow selecting which preset - required for NX cypress project usage.
33651ec
to
912df07
Compare
Resolves the following scenario; * `../Common/ShopSelect` * `~/Common/ShopSelect` These are considered “same length” but we want to prefer the `~` alias path as it’s easier to read than the relative path. Found and fixed another preferred alias’ bug.
eec7341
to
b8e6e74
Compare
There is a technically “breaking change” in here, but I know no-one is using the undocumented preferredAlias options yet.
b8e6e74
to
ac4fb82
Compare
🚀 PR was released in |
1 similar comment
🚀 PR was released in |
🚀 PR was released in |
2 similar comments
🚀 PR was released in |
🚀 PR was released in |
Wrapping some other libraries so we can easily create new vite libraries in one command.
Also updating Eslint config formats and quality to help with that.
📦 Published PR as canary version:
Canary Versions
✨ Test out this PR locally via: