Tracey Jaquith
Tracey Jaquith
oh, um, _wow_. well, gee, _thanks_ very appreciated!
i have similar issue with trying to get `eslint` to work FWIW ("cant" read `package.json` or `.eslintrc.js`)
oh sh*t - so the node `deno run --compat` mode got removed? I was just about to file a bug since I can't make it work per the manual. I...
yes, indeed thank you! and this is *fantastic* -- much better. however, there this issue making it so various plugins -- or even any kind of config, really -- cant...
ok, i wont lie, i've been feverishly waiting to hear if anything coming ASAP (gave it a long shot, but... ;) ) but wait! holy sh*t twinkies! I just got...
Even better / simpler, we're doing this kind of setup now: ``` wget https://raw.githubusercontent.com/internetarchive/dyno/main/.eslintrc.cjs echo ' console.log( " hi")' > index.js # get all our wanted plugins deno cache --unstable...
thanks! two minor things I noticed (FWIW): * if the `eslint` emits errors, it doesnt exit non-0 like the node CLI does. so i have to wrap w/ a `scripts`...
In the end, in case anyone's trying to setup `jsdom` w/ deno -- I found this to be quite good: ``` import jsdom from 'https://jspm.dev/npm:[email protected]'; ``` pairing that with BDD...
love this @vincerubinetti ! ok, let me get myself together... i've had a working prototype of the code working since jul/aug and kind of needed a little nudge or something...
thanks @ashmaroli that's super helpful! I've committed and pushed my current changes (linked above). They tested and worked out well previously -- I did not add any conditional / configurable...