An ESLint plugin that enforces safe usage of client-side globals like window and document. It ensures these globals are properly checked before use, preventing runtime errors in non-browser environments and during SSR. Fully customizable to fit any project's needs.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
The eslint-plugin-client-check is an ESLint plugin that enforces safe usage of client-side globals like window, document, and others by ensuring they are checked before use, preventing runtime errors in non-browser environments and during SSR. It is designed for developers working on projects with server-side rendering or environments where browser globals may not be available, offering customizable configurations to fit specific project needs.