-
Notifications
You must be signed in to change notification settings - Fork 62
Feat/support native clients #228
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
base: main
Are you sure you want to change the base?
Conversation
@Jorgagu A few comments to further mature the PR:
|
Thanks @soofstad! I’m not used to using Python tools to lint a TypeScript project 😅. We could also add an Regarding the points you mentioned:
|
Sorry didn't see inside the pre commit hooks, there is biomejs which is a eslint/prettier equivalent. Maybe we can add a note about it in a |
In regards to
I mean it should not just log an error, but throw one, as it is an fatal exception. In regards to ESLint, I've been using it for a long time, on many projects, but have found that Biome (which this project uses now via pre-commit) to be far superior in every way 😄 Create name suggestions. I'm leaning towards a mashup of your proposals; It makes it clear that you need to handle the url, instead of the library, it uses the correct name for the url, and makes it clear that it is a callback, and require a function as input. Also, please make further PR's into this branch. Makes it easier to collaborate 🙂 |
Stale pull request message |
a0ac65a
to
a4e756e
Compare
What does this pull request change?
Why is this pull request needed?
Issues related to this change
closes #223