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 project provides TSLint rules that enforce immutability in TypeScript code by requiring the use of `readonly` modifiers, `ReadonlyArray`, and preventing mutation of arrays and objects. It also includes rules to promote functional programming style by disallowing `let` variables, `this` usage, classes, and certain statements like `if` and loops. The rules are designed for developers who want to ensure immutability and functional programming practices in their TypeScript applications, particularly useful in contexts like Redux/React where immutable state is important.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of jonaskello/tslint-immutable

Account's avatar
ajafff/tsutils
utilities for working with typescript's AST
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
codecov/codecov-node
Uploading report to Codecov: https://codecov.io
Account's avatar
isaacs/node-glob
the most correct and second fastest glob implementation in JavaScript
Account's avatar
typicode/husky
Modern native Git hooks
Account's avatar
lint-staged/lint-staged
Lint files staged by git
Account's avatar
istanbuljs/nyc
the Istanbul command line interface
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)
Account's avatar
shelljs/shelljs
Portable Unix shell commands for Node.js
Account's avatar
palantir/tslint
An extensible static analysis linter for the TypeScript language
Account's avatar
prettier/tslint-plugin-prettier
Runs Prettier as a TSLint rule and reports differences as individual TSLint issues.
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

Support the repos that depend on this repository

Top contributors

jonaskello's profile
jonaskello
304 contributions
RebeccaStevens's profile
RebeccaStevens
41 contributions
aboyton's profile
aboyton
2 contributions
bwnodak's profile
bwnodak
2 contributions
ianbollinger's profile
ianbollinger
2 contributions
miangraham's profile
miangraham
2 contributions
geon-debug's profile
geon-debug
2 contributions
bakerface's profile
bakerface
1 contributions
algesten's profile
algesten
1 contributions
moshensky's profile
moshensky
1 contributions

Recent events

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

No events yet
jonaskello

jonaskello/tslint-immutable

TSLint rules to disable mutation in TypeScript.

TypeScript
423
14
MIT License