From 6967376719b809900795bac01a54c76e81643307 Mon Sep 17 00:00:00 2001 From: ishiko732 Date: Fri, 22 Dec 2023 00:33:41 +0800 Subject: [PATCH] Chore/eslint config --- .github/workflows/pr-test.yml | 2 ++ .prettierrc.json | 3 +++ 2 files changed, 5 insertions(+) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 93b6e4b..feb620e 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -28,6 +28,8 @@ jobs: - name: Install dependencies run: pnpm install --frozen-lockfile + - name: Lint + run: pnpm lint - uses: jwalton/gh-find-current-pr@v1 id: findPr diff --git a/.prettierrc.json b/.prettierrc.json index e69de29..0e0dcd2 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -0,0 +1,3 @@ +{ + +} \ No newline at end of file