Introduction
jswatchdog is an online service for effectively improving the quality of JavaScript customizations.
It works on the browser, and uses ESLint and JSHint to check through and validate code.
For those who have already set up ESLint or JSHint in their coding environment, this is not necessary. But for those who haven't, jswatchdog can help to:
- reduce the cost of code reviews
- understand which parts of a code have vulnerabilities
When writing customizations for Kintone, try passing the code through jswatchdog first to see what areas can be improved.
How to use jswatchdog
jswatchdog can be accessed from the following link: https://kintone.github.io/jswatchdog/
- Paste the JavaScript program in the online editor on the left side.
- Lines that need attention will be displayed on the right hand side. Editing code on the online editor will take immediate effect on the right hand side.