mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-09-03 08:18:56 +00:00
Adds linter for scripts
This commit is contained in:
@@ -21,7 +21,7 @@ const validateDomainData = validate({
|
||||
R.equals('@'),
|
||||
and([
|
||||
R.compose(between(2, 100), R.length),
|
||||
testRegex(/^[a-z0-9\-]+$/g),
|
||||
testRegex(/^[a-z0-9-]+$/g),
|
||||
])
|
||||
]),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user