refactor: Add lint rules for no unused vars and unused import (#9940)
This commit is contained in:
@@ -82,7 +82,7 @@ class Utils {
|
||||
try {
|
||||
await fs.access(path);
|
||||
return true;
|
||||
} catch (e) {
|
||||
} catch {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user