Skip to content

Commit

Permalink
feat: add support for TS 5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
na-ji committed Jul 29, 2024
1 parent 984358c commit 524cf77
Show file tree
Hide file tree
Showing 4 changed files with 1,693 additions and 2,192 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
runs-on: ubuntu-latest
steps:
# Checkout the repository
- uses: actions/checkout@v3
- uses: actions/checkout@v4
# Setup the node environment
- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 18.x
cache: 'npm'
# Install dependencies
- run: npm ci --prefer-offline
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ module.exports = {
parser: '@typescript-eslint/parser',
extends: [
'plugin:react/recommended',
'plugin:@typescript-eslint/stylistic',
'plugin:@typescript-eslint/recommended',
'plugin:prettier/recommended',
'plugin:react-hooks/recommended',
Expand Down
Loading

0 comments on commit 524cf77

Please sign in to comment.