🔧 chore: Update ESLint Config & Run Linter

This commit is contained in:
Danny Avila 2025-12-15 17:47:32 -05:00
parent e53619959d
commit 80c81b7068
No known key found for this signature in database
GPG key ID: BF31EEB2C5CA0956
30 changed files with 70 additions and 60 deletions

View file

@ -78,7 +78,7 @@ const connect = require('./connect');
}
// Only prompt for emailVerified if it wasn't set via CLI
if (emailVerified === undefined){
if (emailVerified === undefined) {
const emailVerifiedInput = await askQuestion(`Email verified? (Y/n, default is Y):
If \`y\`, the user's email will be considered verified.