[READ-ONLY] Mirror of https://github.com/wojtekmaj/is-valid-utr. Check if a number is a valid Unique Taxpayer Reference (UTR).
0

Configure Feed

Select the types of activity you want to include in your feed.

Enable stricter Biome style rules

+10
+10
biome.json
··· 72 72 }, 73 73 "suspicious": { 74 74 "noConsole": "warn" 75 + }, 76 + "style": { 77 + "noCommonJs": "error", 78 + "useBlockStatements": "error", 79 + "useImportType": { 80 + "level": "error", 81 + "options": { 82 + "style": "separatedType" 83 + } 84 + } 75 85 } 76 86 } 77 87 },