Anna Bocharova
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. 
@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
Rule Change: add more suggestions and detailed message for `no-console` when there is `allow` option
I'd like to implement this.
Rule Change: add more suggestions and detailed message for `no-console` when there is `allow` option
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...
Rule Change: add more suggestions and detailed message for `no-console` when there is `allow` option
Removed suggestions from the featured implementation.