fix: add eslint-disable for second registerCli block
- Second policy CLI commands also use console.log for output - Both registerCli blocks now have eslint-disable no-console comments
This commit is contained in:
parent
8fc62cec76
commit
ce704cf95f
@ -418,6 +418,7 @@ const plugin = {
|
||||
);
|
||||
|
||||
// --- Policy Admin CLI ---
|
||||
/* eslint-disable no-console */
|
||||
|
||||
api.registerCli(
|
||||
({ program }) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user