Results 29 comments of Gurwinder Singh

`quiche` seems to expose only mio based non-blocking API and not an async API.

I raised a PR for this

~~For some reason, the below case is not caught (perhaps due to another rule already being applied)~~ ``` Number[`parseInt`]('12', 8); ``` nvm. It was bug in the logic.

@MichaReiser I am getting the below error on the below test case. Can you please help? ```js Number.parseInt('17', 8)in foo ``` Error: ``` thread 'specs::style::prefer_numeric_literals_js' panicked at 'There should be...

Hi @ematipico. Is the goal here to find mismatching comparison of const/effectively const variables? or is it to find `toUpperCase`/`toLowerCase` comparisons?

Should it only raise for conditional statements mentioned above or in general as well? For example, this also look right to me: ``` ! This expression always returns false. >...

> Given the nature of the rule, I think we could provide a suggested fix to replace the assignment expression with a `===` binary expression It could be incorrect in...

@leops Is it ok if I take it up in a followup PR?