Ihor Diachenko

Results 18 comments of Ihor Diachenko

Hey @duaraghav8. Is the bounty still attached to this issue?

@ceresstation @duaraghav8 cool, I'll give it a shot next week

@duaraghav8 autofix for the `operator-whitespace` rule is ready. Could you take a look at it? https://github.com/duaraghav8/Ethlint/pull/270

Hi, @duaraghav8 Could you review it please?

Hi @brettz9! Will look into it soon

Hi @karlismelderis This plugin is for [chai-js](https://www.chaijs.com/)-style asserts like this: ```js expect(true).to.be.true; ``` It is useless for Jest-style asserts so just remove/disable the plugin.

@karlismelderis I see. The linter is not aware of chai plugins, so the best we can do is to add a configurable whitelist of chai asserts. Will look into it...

Hi @jpzwarte! Will look into eslint 9 compatibility this week

Hi @brettz9! Could you take a look at the flat config support implementation #34 ?