From 68ddeb2c3f2db5d30bb1bdda3a5f140254c46803 Mon Sep 17 00:00:00 2001 From: Arthur Green Date: Fri, 20 Dec 2024 23:14:25 +0400 Subject: [PATCH] chore: eslint tuning --- .eslintrc.yml | 1 + .github/workflows/deploy-to-gh-pages.yml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.eslintrc.yml b/.eslintrc.yml index 2b2d215..8891bd5 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -29,6 +29,7 @@ rules: unicorn/filename-case: ['error', { 'case': 'kebabCase' }] require-await: error react-compiler/react-compiler: error + import/extensions: off settings: import/resolver: alias: diff --git a/.github/workflows/deploy-to-gh-pages.yml b/.github/workflows/deploy-to-gh-pages.yml index 0762c8b..0ec7f37 100644 --- a/.github/workflows/deploy-to-gh-pages.yml +++ b/.github/workflows/deploy-to-gh-pages.yml @@ -16,6 +16,9 @@ concurrency: jobs: build: runs-on: ubuntu-latest + defaults: + run: + working-directory: ./apps/client strategy: matrix: node-version: [22]