Skip to content

Commit 7e5dba2

Browse files
committed
fix: cspell
1 parent 92f7039 commit 7e5dba2

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Mobile-Expensify

src/libs/ValidationUtils.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -700,6 +700,7 @@ function isValidBN(bn: string): boolean {
700700
* @param vat - The VAT number to validate.
701701
* @returns True if the value is a valid EU VAT number; otherwise, false.
702702
*/
703+
// cspell:disable-next-line
703704
function isValidEUVATNumber(vat: string): boolean {
704705
return /^[A-Z]{2}[A-Z0-9]{8,12}$/.test(vat);
705706
}

0 commit comments

Comments
 (0)