From 929908d6e32de7e6593ea92108512e8ff4578c51 Mon Sep 17 00:00:00 2001 From: Team 1280 Programming Laptop <59985235+Team1280Programming@users.noreply.github.com> Date: Wed, 14 Feb 2024 16:49:59 -0800 Subject: [PATCH] I give up --- .github/workflows/style.yml | 3 +-- .prettierrc | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 7c19a86..777a915 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -10,8 +10,7 @@ jobs: permissions: # Give the default GITHUB_TOKEN write permission to commit and push the # added or changed files to the repository. - - contents: write - - workflows: write + contents: write steps: - uses: actions/checkout@v4 diff --git a/.prettierrc b/.prettierrc index c5b38cc..6dae609 100644 --- a/.prettierrc +++ b/.prettierrc @@ -8,5 +8,6 @@ "jsxSingleQuote": true, "bracketSpacing": true, "jsxBracketSameLine": false, - "arrowParens": "always" + "arrowParens": "always", + "disableLanguages": ["yaml"] }