Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

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.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of jhusain/eslint-plugin-immutable

Account's avatar
gotwarlost/istanbul
Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use ca
Account's avatar
mochajs/mocha
simple, flexible, fun test framework

Support the repos that depend on this repository

Top contributors

jhusain's profile
jhusain
10 contributions
scottnonnenberg's profile
scottnonnenberg
2 contributions
fiberthrone's profile
fiberthrone
1 contributions
despairblue's profile
despairblue
1 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
jhusain

jhusain/eslint-plugin-immutable

ESLint plugin to disable all mutation in JavaScript.

JavaScript
911
19
Apache License 2.0