We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aff03c commit 255d04cCopy full SHA for 255d04c
2 files changed
cspell.json
@@ -173,6 +173,7 @@
173
"ERECEIPTS",
174
"Español",
175
"ethnicities",
176
+ "EUVAT",
177
"evenodd",
178
"eventmachine",
179
"evictable",
src/libs/ValidationUtils.ts
@@ -700,7 +700,6 @@ function isValidBN(bn: string): boolean {
700
* @param vat - The VAT number to validate.
701
* @returns True if the value is a valid EU VAT number; otherwise, false.
702
*/
703
-// cspell:disable-next-line
704
function isValidEUVATNumber(vat: string): boolean {
705
return /^[A-Z]{2}[A-Z0-9]{8,12}$/.test(vat);
706
}
0 commit comments