Actions
Task #10819
openDisallow console logging through lint configuration
Start date:
07/03/2024
Due date:
% Done:
0%
Estimated time:
(Total: 0:00 h)
Type:
UI
Description
Disallow console logging through lint configuration in App Publisher, Store and Endpointmgt.
"no-console": 0 -> “no-console”: 2
With this change the build will fail if there are any console logs added in our UIs.
https://eslint.org/docs/latest/rules/no-console
Actions