diff --git a/.eslintrc b/.eslintrc index b03a663..6a44f8c 100644 --- a/.eslintrc +++ b/.eslintrc @@ -26,12 +26,7 @@ "ecmaVersion": 11, "sourceType": "module" }, - "plugins": [ - "react", - "react-hooks", - "@typescript-eslint", - "tailwindcss" - ], + "plugins": ["react", "react-hooks", "@typescript-eslint", "tailwindcss"], "rules": { "react-hooks/rules-of-hooks": "error", "react-hooks/exhaustive-deps": "warn", diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e91d86d..2c01767 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI on: push: branches: - - main # or the branch you want to trigger the workflow on + - main # or the branch you want to trigger the workflow on pull_request: branches: - main @@ -19,7 +19,7 @@ jobs: - name: Set up Node.js uses: actions/setup-node@v3 with: - node-version: '18' # Specify the Node.js version you want to use + node-version: '18' # Specify the Node.js version you want to use - name: Install dependencies run: npm install @@ -42,4 +42,3 @@ jobs: NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }} NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }} timeout-minutes: 1 - diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 9667f3b..5d23cdc 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,15 +4,43 @@