Illia Panasenko
Illia Panasenko
Still reproduces in 4.1.0
Yes, have a look at README
I have single `biome.json` and it's is in the repo root. I don't have Biome configuration issue, it just reports things differently in IDE/precommit hook and from CLI
Thai as well
Seems to work correctly with WebStorm
I might give a shot to add an option to this rule to not modify `await`. What do you think is the best option name for this? `only-assignments`, maybe? Or...
Maybe we can make `options` an object? ```ts { oneLine: true, yield: true, await: true, assignments: true, throw: true, return: true, } ```
How do you think this change should be done? As a non-default config option, default config option or just change how rule behaves?