Skip to content

Commit

Permalink
chore: eslint tuning
Browse files Browse the repository at this point in the history
  • Loading branch information
pure-js committed Dec 20, 2024
1 parent ea8894a commit 68ddeb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/deploy-to-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ concurrency:
jobs:
build:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./apps/client
strategy:
matrix:
node-version: [22]
Expand Down

0 comments on commit 68ddeb2

Please sign in to comment.