Skip to content

Commit

Permalink
upgrade dependencies, fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cafeed28 committed Oct 31, 2023
1 parent fe12578 commit b21a26f
Show file tree
Hide file tree
Showing 7 changed files with 5,899 additions and 98 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ overrides:

- files: "**/src/**/*.{ts,tsx}"
extends: eslint-config-dmitmel/rules/typescript/with-type-checking
rules:
"@typescript-eslint/no-unnecessary-condition": off

- files: "**/*.d.ts"
rules:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- uses: pnpm/action-setup@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- uses: pnpm/action-setup@v2
with:
Expand Down
Loading

0 comments on commit b21a26f

Please sign in to comment.