From 00d25c3646fd47b31cba838507b319db3f84d752 Mon Sep 17 00:00:00 2001 From: Eric Richardson Date: Tue, 22 Oct 2024 16:19:04 -0400 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20allow=20enums=20to=20pa?= =?UTF-8?q?ss=20lint=20check?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc | 3 ++- .github/workflows/fast-forward.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.eslintrc b/.eslintrc index 29274e2..ca4407d 100644 --- a/.eslintrc +++ b/.eslintrc @@ -13,7 +13,8 @@ "sort-imports": "off", "import/order": "off", "no-dupe-class-members": "off", - "no-shadow": "error", + "no-shadow": "off", + "@typescript-eslint/no-shadow": ["error"], "arrow-parens": "off", "no-useless-constructor": "off", "@typescript-eslint/no-useless-constructor": "error" diff --git a/.github/workflows/fast-forward.yml b/.github/workflows/fast-forward.yml index 679dcd0..6c7edde 100644 --- a/.github/workflows/fast-forward.yml +++ b/.github/workflows/fast-forward.yml @@ -24,4 +24,4 @@ jobs: # never post a comment. (In all cases the information is # still available in the step's summary.) comment: on-error - GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }} ## This allows to trigger push action from within this workflow. Read more - https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#triggering-a-workflow-from-a-workflow + GITHUB_TOKEN: ${{ secrets.ASSOCIATION_RELEASE_TOKEN }} ## This allows to trigger push action from within this workflow. Read more - https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#triggering-a-workflow-from-a-workflow