Tracey Jaquith

Results 36 comments of Tracey Jaquith

there just doesn't seem to be enough optional rules (from what i can find) effectively replace `eslint` fully. some example we're using and quite love, based on `airbnb-base` w/ `eslint`:...

thanks @bartlomieju so keeping in mind these are just from one-off lines, where doing the trick like: `/* eslint-disable-next-line no-empty */ // deno-lint-ignore no-empty` caused them to get flagged by...

in case useful, here's a sorted list of all the rules from doing a `eslint --print-config` based upon this config: ``` { "extends": "airbnb-base", "plugins": [ "compat" ], "parserOptions": {...

1000 apologies. after `git clone` of the repo, i realized it looks like each rule is a manually written/maintained parser file (in my naive mind, I imagined majority might be...

OMG, that would be so sooo amazing. I've migrated a 30,000 line JS project (mostly backend A/V + TV processing) from `node` to `deno` and the only thing I need...

ok, this is a very interesting middle ground - thanks for the add and pointer! apologies for delay in replying -- i hadn't had the time to really drill down...

awesome, thanks muchly for the digging @nzakas and @bartlomieju this looks potentially interesting as perhaps a way to dodge? https://github.com/import-js/eslint-plugin-import#resolvers perhaps we could write a little deno-friendly resolver that allows...

So for now at least, since most anything we care about at archive.org is running in docker containers these days, and mostly using GitLab CI/CD, I'm switching tactics. * created...

@fauno I guess there's some similarity with this and open issue you posted (thanks!) This is slightly more of a source file makes two dest files case (though one is...

I don't see how I can re-open this issue... I guess since there wasn't any takers I'd be willing to take a crack at this with hopefully some guidance and...