diff --git a/.eslintrc.json b/.eslintrc.json index 0b50e9d..7860478 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -24,6 +24,7 @@ "fixMixedExportsWithInlineTypeSpecifier": true } ], + "typescript-eslint/no-unsafe-call": "off", "@typescript-eslint/consistent-type-imports": [ "error", { diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e1858d0..feebbdc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -8,7 +8,7 @@ on: - main env: - PNPM_VERSION: 9.0.2 + PNPM_VERSION: 9.0.6 jobs: lint: @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.4 - name: Setup pnpm uses: pnpm/action-setup@v3.0.0 @@ -39,7 +39,7 @@ jobs: needs: [lint] steps: - name: Checkout repo - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.4 - name: Setup pnpm uses: pnpm/action-setup@v3.0.0 diff --git a/.prettierrc b/.prettierrc index f9ddaac..c5dc1d1 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,5 +1,5 @@ { - "bracketSameLine": false, + "bracketSameLine": true, "embeddedLanguageFormatting": "auto", "htmlWhitespaceSensitivity": "css", "proseWrap": "never", diff --git a/app/Menu.tsx b/app/Menu.tsx index 963e307..7f94fd0 100644 --- a/app/Menu.tsx +++ b/app/Menu.tsx @@ -18,8 +18,7 @@ export function Menu() {