Francesco Trotta

Results 445 comments of Francesco Trotta

> @fasttime Yeah I mentioned it in [this comment](https://github.com/eslint/rfcs/pull/117#issuecomment-2002314407) but I can go ahead and include it in the RFC as well. To my knowledge top level awaits are pretty...

@captbaritone are you still interested in pushing this forward? Do you need any help?

Thanks for the links to the blog and the repo @captbaritone, this previous work is very useful as a reference. As you can see, there is now a PR to...

If it helps, I have created [a fork](https://github.com/fasttime/gulp-eslint-new) that uses ESLint 8 for linting. It already supports all [new options](https://eslint.org/docs/developer-guide/nodejs-api#%E2%97%86-new-eslint-options), but also still accepts options in the old gulp-elint/CLIEngine format...

I finished the remaining work on [gulp-eslint-new](https://github.com/fasttime/gulp-eslint-new), so I thought I would provide an update here. ESLint 8 and all related features should be working as expected now, as described...

Well, I'd be glad to help if I can. I haven't been very active on my fork lately, mostly because I started using other tools to run ESLint. But anyway,...

@thebenlamm actually it wasn't my idea to take over this project, and I was hoping that somebody would do it before me. But without the maintainers consenting or even replying...

@thebenlamm Glad that you appreciate it. Yes, I renamed the package after the release of ESLint 8. And I updated the documentation and the examples. That was a lot of...

@electric-el Welcome to the club. The way I know of dealing with streams in modern, promise-based code is by using [async iterations](https://2ality.com/2019/11/nodejs-streams-async-iteration.html). When gulp was designed, JavaScript didn't even have...

@nzakas I think your feedback is wanted: https://github.com/eslint/eslint/issues/17173#issuecomment-1543788058