ESLint rules for the Node.js "node:assert" module
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
The `eslint-plugin-node-assert` project provides ESLint rules for enforcing best practices when using Node.js's built-in `assert` module. It includes rules like `import-strict` to ensure developers use the strict variant of the assert module (`node:assert/strict`). This plugin is designed for Node.js developers who want to maintain consistent and error-free code by leveraging ESLint to enforce module usage standards.