custom ESLint rule, use template string instead of `+` string.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This project is an ESLint plugin that enforces the use of template strings instead of string concatenation with `+`. It is intended for developers who want to maintain consistent string formatting in their JavaScript codebases, though it is now deprecated in favor of ESLint's built-in `prefer-template` rule.