Skip to content

Commit 2490f1a

Browse files
chore: linter
1 parent 708e32f commit 2490f1a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/validators/password.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import isAlphanumeric from '../lib/isAlphanumeric'
21
import { BaseValidator } from './base'
32

43
export class PasswordValidator extends BaseValidator<string> {

0 commit comments

Comments
 (0)