Turj
Explore posts from serversIs there a way to auto-fix the `no-unused-vars` lint in deno
I'm running Deno 2.0 for my Fresh project and sometimes end up having a lot of unused variables.
It would have been awesome to have a quick option to remove all imports and unused variables automatically, something similar to what's done here.
I was looking for something akin to simply using
deno lint --fix
and that would remove all the unused variables automatically instead of me having to do it manually.
I tried running the deno lint --fix
command but it didn't auto-remove it.
If it's not available yet, I'm happy to send in a PR for it if someone can tell me where in the project I can implement it.1 replies
Referencing Solid without breaking any Licensing issues
I am making a closed-source app using Tauri and SolidJS. In my
Settings
section, I want to make an About
sub-section where the users can donate to me and several other open-source frameworks using my app.
I want to make a section for Solid, but that would mean I would have to use the logo and mention the company's name.
I was wondering: would there be any legal/trademark issue I could incur from this?
Is there a preferred style for crediting SolidJS
that I should know? I'm thinking of using:
- The logo
- The company name
- Their cause and how I used their framework
- A button to donate to the company
Although I'm open to change if the preference is that way.
Unfortunately I don't have the funds to approach a lawyer, so I appreciate any kind of help regarding this matter from the community.
Hopefully then I can add a SolidJS
section for consumers to donate.4 replies