feat(Sky): add Sky#213
Conversation
✅ Deploy Preview for cientos-tresjs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
Hi @andretchen0 thanks for this, regarding the lint, yes, a similar thing happens with Please add a PR on the repo with the exception(s) you need |
|
Thanks, @alvarosabu . Will do.
Do you prefer focused, case-by-case exceptions?
But setting uniforms is common in
Looking at the linter source, it appears that the general approach would work, but it's not explicitly documented at the moment. |
|
Mmm, I see, with uniforms is not scalable 🤔 |
|
Following the comments above, I've moved the With the current linter setup, the component will break if someone runs But let me know about the component. If the API is ok (I used the Three Sky API, minus |
|
Opened a PR for the linter hyphenation fix. If that's merged, Sky should be ready to go. |
JaimeTorrealba
left a comment
There was a problem hiding this comment.
Excellent work, I just have little details, when you fix them I'll approve them but no merge this until the Tresjs/configs#3 it's finished
All good stuff. Thanks for the feedback.
The config changes were merged – though it seems like the CI linter here on Github hasn't been updated. I think Sky is ready to merge. Otherwise, let me know what changes need to be made and I'll update the component. |
JaimeTorrealba
left a comment
There was a problem hiding this comment.
Thanks for this
We really appreciate it
|
@alvarosabu This is ready, but I don't want to merge it until the linter pipeline get update. |
|
@JaimeTorrealba I released a new version of the linter, you guys should be able to add it |
#106
Playground demo at: /staging/sky
If this looks ok, I'll add the docs.
Question: Template uniforms
lint --fixproblemIs there a workaround for this?
pnpm run lint --fixthrows an error and "fixes" the kebab case on the last line:transforming it into this
but the "fix" causes an error to be thrown in the browser, when run.
I solved the problem by using
watch, but if there's a way around it, I'd love to know.Thanks!