Disable autofix for ESLint rules without turning them off
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This ESLint plugin allows you to disable automatic code fixes and IDE quick-fix suggestions for specific rules without turning those rules off entirely, so violations are still reported but won't be auto-corrected. It's useful for developers who want to be aware of linting issues but prefer to handle fixes manually, especially when working with rules that might make unwanted changes to code formatting or structure.