update deno integration, deno linting and examples#80
Conversation
|
thoughts? |
|
Hey @load1n9, it looks like most of this change is reformatting + adding the example that's already in the README.md, could you elaborate on why this is needed? Thanks |
|
Looks better for people who want to check the examples also you can run a file directly from a url in deno for them to test out the example without writing it. Refactor will make the code faster since the linter won't complain |
|
so how do you feel about this commit |
|
Hey @load1n9, I'm not sure it makes sense to reformat auto generated files. Regarding the example, that's already in the readme, is that folder used as some sort of convention? I understand the idea of using a URL, but is that common? Regarding the formatting of the example - could you elaborate on why that was changed? Thanks |
|
so basically having the examples in a folder allows people to test out whether your module works by running the examples directly with |
Description
deno example added to make the repo more friendly, updated deno linting and improved the deno readme file
Type of change