Switch from eslint to oxlint

This commit is contained in:
Jamie
2026-03-27 13:40:46 -07:00
committed by GitHub
parent 224bb811e1
commit caa10d02c3
606 changed files with 6026 additions and 3790 deletions

View File

@@ -27,6 +27,7 @@ if (userData !== undefined) {
try {
mkdirSync(userData, { recursive: true });
} catch (error) {
// oxlint-disable-next-line no-console
console.error('Failed to create userData', Errors.toLogFormat(error));
}
@@ -34,6 +35,7 @@ if (userData !== undefined) {
}
// Use console.log because logger isn't fully initialized yet
// oxlint-disable-next-line no-console
console.log(`userData: ${app.getPath('userData')}`);
const userDataPath = app.getPath('userData');