ESlint plugin for sorting requires (CommonJS modules) alphabetically
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This ESLint plugin enforces alphabetical ordering of CommonJS `require` statements, handling both simple assignments and destructuring patterns. It's designed for Node.js/JavaScript projects using CommonJS modules who want consistent require sorting in their codebase. The rule can auto-fix sorting issues within single declarations and offers configurable options like case sensitivity and syntax style order.