From eda1c53577444772b48db3cd1bebc40f347b998e Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Mon, 20 Jan 2025 11:23:20 +1100 Subject: [PATCH] chore: lint --- ts/node/sql.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/ts/node/sql.ts b/ts/node/sql.ts index bfdf72500..51c7ca19f 100644 --- a/ts/node/sql.ts +++ b/ts/node/sql.ts @@ -1,4 +1,3 @@ -// eslint-disable-next-line import/order import * as BetterSqlite3 from '@signalapp/better-sqlite3'; import { app, clipboard, dialog, Notification } from 'electron'; import fs from 'fs';