ESLint Plugin to error when using await inside promise statements
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This ESLint plugin detects and prevents the use of `await` inside `Promise.all` or `Promise.race` statements, which can cause unexpected serial execution or race conditions. It's designed for JavaScript developers who want to avoid subtle bugs in async code by ensuring promises are properly parallelized. The plugin provides warnings and auto-fixes to help maintain correct promise handling patterns.