ESLint plugin to disable all mutation in JavaScript.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This ESLint plugin enforces immutability in JavaScript by disabling mutation through three rules: `no-let` (requires `const`), `no-this` (discourages `this` usage in favor of functional components), and `no-mutation` (prevents object property reassignment). It's designed for developers using Redux and React who want to write immutable, functional-style code without runtime performance costs.