From 8bf6eabe454a7366ec69f005c34d866edcd67f59 Mon Sep 17 00:00:00 2001 From: Core Date: Wed, 21 Sep 2022 15:13:53 +0100 Subject: [PATCH] fuck eslint --- .github/workflows/pr-chores.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/pr-chores.yml b/.github/workflows/pr-chores.yml index c191218a..bd622916 100644 --- a/.github/workflows/pr-chores.yml +++ b/.github/workflows/pr-chores.yml @@ -30,12 +30,8 @@ jobs: - name: Install dependencies 👨🏻‍💻 run: pnpm install - - name: Install ESLint 💼 - run: npm init @eslint/config - - name: Run linter 👀 uses: wearerequired/lint-action@v2 with: - eslint: true prettier: true prettier_args: "'**/*.{js,json,ts,css,vue,less}'"