Wednesday, May 5, 2021
1 change · master
Enhancements to existing features
This update adds broader automated JavaScript checks across several Odoo apps and corrects issues such as undeclared variables. It helps reduce future errors during development without changing day-to-day user workflows.
Original PR description
[IMP] *: configuration of ESLint for specific files This commit will add the needed ESLint configurations on the JS files. These configurations are added if the JS file uses a different environment (serviceworker, node, etc) or if it uses a specific global (google, ace, etc). ------------------------- [FIX] *: undeclared variables and restricted globals