From 5888b96b1758459b5b776e7c02b4d9f77369342f Mon Sep 17 00:00:00 2001 From: Enubia <44695100+Enubia@users.noreply.github.com> Date: Tue, 28 Nov 2023 18:43:28 +0100 Subject: [PATCH] fix: indents and editorconfig --- .editorconfig | 4 ---- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 4 ++-- electron/main/store.ts | 2 +- index.html | 22 +++++++++++----------- tsconfig.shared.json | 28 ++++++++++++++-------------- 6 files changed, 29 insertions(+), 33 deletions(-) delete mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 408c985a..00000000 --- a/.editorconfig +++ /dev/null @@ -1,4 +0,0 @@ -root = true - -[*] -end_of_line = lf \ No newline at end of file diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c7a0ae6..487c22f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4 with: - node-version: 18 + node-version: 20 - name: install dependencies run: pnpm install --frozen-lockfile diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b0bb939a..f60bcc4e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4 with: - node-version: 18 + node-version: 20 - name: install dependencies run: pnpm install --frozen-lockfile @@ -43,7 +43,7 @@ jobs: - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4 with: - node-version: 18 + node-version: 20 - name: install dependencies run: pnpm install --frozen-lockfile diff --git a/electron/main/store.ts b/electron/main/store.ts index 1948791a..56677fb2 100644 --- a/electron/main/store.ts +++ b/electron/main/store.ts @@ -50,7 +50,7 @@ export default function createStore() { channel: 'latest', }, - // Hack to make sure the store is always up to date at first init, + // Hack to make sure the store is always up-to-date at first init, // default behavior of electron-store // being to consider the store in version '0.0.0' by default // @ts-ignore https://github.com/sindresorhus/electron-store/issues/256 diff --git a/index.html b/index.html index 262b327f..7debf846 100644 --- a/index.html +++ b/index.html @@ -1,14 +1,14 @@ -
- - - - -