A plugin for enforcing some Javascript best practices when using Typescript as "typed" Javascript. This plugin can also be used together with Javascript to prevent the usage of Class extends.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This is an ESLint plugin for enforcing certain JavaScript best practices when using TypeScript, or for general JavaScript projects that want to prevent the use of class inheritance. It provides rules to disallow abstract classes, class inheritance (except for Error classes), and non-ES-compatible TypeScript features like decorators, enums, and private methods. It's intended for developers who want stricter code style enforcement or compatibility with older JavaScript runtimes.