alpha
Login
or
Join now
wojtekmaj.pl
/
is-valid-utr
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[READ-ONLY] Mirror of https://github.com/wojtekmaj/is-valid-utr. Check if a number is a valid Unique Taxpayer Reference (UTR).
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
Enable stricter Biome style rules
author
Wojciech Maj
date
1 month ago
(May 31, 2026, 11:24 PM +0200)
commit
3b4a41c4
3b4a41c4c99b2b35fdbef425a5dcd107fba780fd
parent
1eb00b0f
1eb00b0fdc4e3d15b0ec805e232a7f998c3fd9b8
+10
1 changed file
Expand all
Collapse all
Unified
Split
biome.json
+10
biome.json
View file
Reviewed
···
72
72
},
73
73
"suspicious": {
74
74
"noConsole": "warn"
75
75
+
},
76
76
+
"style": {
77
77
+
"noCommonJs": "error",
78
78
+
"useBlockStatements": "error",
79
79
+
"useImportType": {
80
80
+
"level": "error",
81
81
+
"options": {
82
82
+
"style": "separatedType"
83
83
+
}
84
84
+
}
75
85
}
76
86
}
77
87
},