mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-06-15 14:28:08 +00:00
Lint TypeScript and CoffeeScript with resin-lint
Change-Type: patch
This commit is contained in:
@ -22,7 +22,7 @@ export function validateEmail(input: string) {
|
||||
}
|
||||
|
||||
return true;
|
||||
};
|
||||
}
|
||||
|
||||
export function validatePassword(input: string) {
|
||||
if (input.length < 8) {
|
||||
@ -30,7 +30,7 @@ export function validatePassword(input: string) {
|
||||
}
|
||||
|
||||
return true;
|
||||
};
|
||||
}
|
||||
|
||||
export function validateApplicationName(input: string) {
|
||||
if (input.length < 4) {
|
||||
@ -38,4 +38,4 @@ export function validateApplicationName(input: string) {
|
||||
}
|
||||
|
||||
return true;
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user