Grunt task for linting inline javascript
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
grunt-lint-inline is a Grunt task that enables linting of inline JavaScript code within HTML, PHP, and other template files by extracting and analyzing only the code inside `<script>` tags. It leverages grunt-contrib-jshint to check the extracted code against specified linting rules. This tool is designed for web developers and teams working with mixed markup and JavaScript files who want to ensure code quality without separating inline scripts into external files.