From 76b1d59e112ae0045229fce1addbda2026cc85f5 Mon Sep 17 00:00:00 2001 From: cryptofyre Date: Tue, 20 Sep 2022 09:00:05 -0500 Subject: [PATCH] eslint moment --- .github/workflows/pr-chores.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pr-chores.yml b/.github/workflows/pr-chores.yml index 0abc6dd4..c191218a 100644 --- a/.github/workflows/pr-chores.yml +++ b/.github/workflows/pr-chores.yml @@ -29,6 +29,9 @@ jobs: - name: Install dependencies 👨🏻‍💻 run: pnpm install + + - name: Install ESLint 💼 + run: npm init @eslint/config - name: Run linter 👀 uses: wearerequired/lint-action@v2