ESLint rule for enforcing "use client" in React client components
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This ESLint plugin enforces the use of `"use client"` in React client components to prevent accidental inclusion of client-side code in server components. It's designed for React developers working with server components who want to ensure proper component categorization and avoid runtime errors. The plugin provides a recommended configuration and a specific rule to catch missing or unnecessary `"use client"` directives.