Skip to content

Commit 255d04c

Browse files
committed
fix: valid cspell word
1 parent 3aff03c commit 255d04c

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@
173173
"ERECEIPTS",
174174
"Español",
175175
"ethnicities",
176+
"EUVAT",
176177
"evenodd",
177178
"eventmachine",
178179
"evictable",

src/libs/ValidationUtils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,6 @@ 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
704703
function isValidEUVATNumber(vat: string): boolean {
705704
return /^[A-Z]{2}[A-Z0-9]{8,12}$/.test(vat);
706705
}

0 commit comments

Comments
 (0)