~Maybe~ (Lee: ABSOLUTELY) use biome (#6327)
* maybe use biome * import organising * Removed unused new fmt commands; fix to not use linter * Don't use fmt:generated - fmt is fast, but also use Makefile for this sort of thing --------- Co-authored-by: lee-at-zoo-corp <lee@zoo.dev>
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
import os from 'node:os'
|
||||
import path from 'path'
|
||||
// Some of the following was taken from bits and pieces of the vite-typescript
|
||||
// template that ElectronJS provides.
|
||||
// @ts-ignore: TS1343
|
||||
@ -18,9 +20,7 @@ import {
|
||||
systemPreferences,
|
||||
} from 'electron'
|
||||
import electronUpdater, { type AppUpdater } from 'electron-updater'
|
||||
import os from 'node:os'
|
||||
import { Issuer } from 'openid-client'
|
||||
import path from 'path'
|
||||
|
||||
import {
|
||||
argvFromYargs,
|
||||
|
Reference in New Issue
Block a user