cleanup: remove dead cloudwatch call (#2155)

This commit is contained in:
Daniel Salazar
2025-12-12 17:08:26 -08:00
committed by GitHub
parent 6c0daf58c4
commit 797b87b004
9 changed files with 10 additions and 305 deletions

View File

@@ -25,6 +25,7 @@ const mandatoryRules = {
'no-use-before-define': ['error', {
'functions': false,
}],
'no-invalid-this': 'error',
};
export default defineConfig([