Skip to content

Commit

Permalink
chore(zxcvbn): resolve linter
Browse files Browse the repository at this point in the history
  • Loading branch information
MrWook committed Jan 3, 2024
1 parent 7a06c80 commit e924c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cli-password-tester.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import * as zxcvbnEnPackage from '@zxcvbn-ts/language-en/src/index'
import { ZxcvbnFactory } from '@zxcvbn-ts/core/src/index'

// eslint-disable-next-line
;(async () => {
(async () => {
const options = {
dictionary: {
...zxcvbnCommonPackage.dictionary,
Expand Down

0 comments on commit e924c79

Please sign in to comment.