From 3a712838f166750a61e5fbf273bbb4d22275dd7d Mon Sep 17 00:00:00 2001 From: Peter Pan Date: Sat, 5 Sep 2020 17:21:52 +0800 Subject: [PATCH] Update lint.yml --- .github/workflows/lint.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5cdf4bcf..273ec4dd 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -21,7 +21,6 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} eslint: true - prettier: true eslint_dir: frontend/ eslint_extensions: js,ts,jsx,tsx eslint_args: "--max-warnings 0 --ignore-path .gitignore" -- GitLab