Anna Bocharova

Results 204 comments of Anna Bocharova

@nzakas , please check out my response regarding your request: https://github.com/eslint/eslint/pull/18771#discussion_r1768834222 Let me know if it resolves the concern, or please clarify.

Something is failing that I didn't touch... Looks like something new — that workflows did not run for previous commit. ![image](https://github.com/user-attachments/assets/9267a089-0b41-4166-921d-6d1fcde13112)

@nzakas , this can not be done using `beforeEach`, because `beforeEach` is something similar you do before every test, unaware of the differences between those test. `setup` is as unique...

> how this applies to more than just your specific case. it applies at least to `eslint-import-plugin`, for example, that reads `package.json` for its `no-extraneous-dependencies` rule, but has to maintain...

Did my best in https://github.com/eslint/rfcs/pull/122 , @nzakas

It's in progress there https://github.com/eslint/rfcs/pull/122

I didn't notice the resolution on suggestions and occasionally implemented them in my PR #19306 The message is also implemented, but, @nzakas , please let me know if you'd really...