ESLint rule that disallows barrel files
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This ESLint plugin enforces a rule that disallows barrel files, which are files that re-export all exports from other modules using `export * from`. It's designed for TypeScript/JavaScript projects aiming to improve build performance, prevent circular dependencies, and enable better tree shaking by discouraging the use of barrel files.