From a21b58294ee556074b1991db50e3e4dc11c39ff1 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Thu, 6 Jun 2024 09:31:05 +0000 Subject: [PATCH] refactor: address lint issues Fix lint failures. --- scripts/validate-licenses.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/validate-licenses.mts b/scripts/validate-licenses.mts index e382c95d31c4..04f57f9b6081 100644 --- a/scripts/validate-licenses.mts +++ b/scripts/validate-licenses.mts @@ -3,7 +3,7 @@ * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license + * found in the LICENSE file at https://angular.dev/license */ import checker from 'license-checker';