chore(lint): enable stricter error rules

This commit is contained in:
Peter Steinberger
2026-06-01 01:12:00 +01:00
parent 0bfba7e26d
commit 27dde7a4d6
458 changed files with 3159 additions and 936 deletions
+3 -1
View File
@@ -119,7 +119,9 @@ export function registerSecurityCli(program: Command) {
token,
password,
});
const fixResult = opts.fix ? await fixSecurityFootguns().catch((_err) => null) : null;
const fixResult = opts.fix
? await fixSecurityFootguns().catch((_err: unknown) => null)
: null;
const sourceConfig = getRuntimeConfig();
const { resolvedConfig: cfg, diagnostics: secretDiagnostics } =