refactor: Add lint rules for no unused vars and unused import (#9940)
This commit is contained in:
@@ -8,7 +8,7 @@ try {
|
||||
hash: _bcrypt.hash,
|
||||
compare: _bcrypt.verify,
|
||||
};
|
||||
} catch (e) {
|
||||
} catch {
|
||||
/* */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user