Bhuvnesh
Bhuvnesh
hello, i would like to add validation for Lesotho!
i would like to work on it ,if its available.
Hey, thanks for the suggestions! I tested the code for proxy instances and everything was working fine. But still lets wait for reviews by felixxm
> @DevilsAutumn Do you have time to keep working on this? Yes! but what do i have to do?
> > > @DevilsAutumn Do you have time to keep working on this? > > > Yes! but what do i have to do? > > Have you seen my...
I would like to work on this issue.
I tried to implement the logic of looping through globbyPatterns and checking the globbyResult (later pushing into globbyResults) for each pattern and if ```globbyResult.length == 0``` it threw the NoFilesFoundError....
I think its looking for files with extension ```.mjs``` and ```.cjs``` in all the directories inside eslint codebase, for the unit tests the globbyPatterns array is ```[ '**/*.js', '**/*.mjs', '**/*.cjs',...
> @mustansirgodhrawala will you be able to address the comments in the PR and fix the merge conflict? Can I continue this ? If yes, please assign me.
@charettes Thanks for taking a look. Yes , I tried similar solution in https://github.com/django/django/commit/7c18b22e2fa70aa8dcfadb33beb17933abdf7ee4 with `RenameModel` but unfortunately it didn't work. `RenameModel.reduce` is never called as it gets already reduced...