Skip to content

Commit

Permalink
use eslint 7.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Code-Hex committed Jan 15, 2023
1 parent f80bdbe commit f8f751f
Show file tree
Hide file tree
Showing 3 changed files with 168 additions and 129 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ jobs:
CI: true
eslint:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v3
- name: Setup Node
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@types/jest": "29.2.5",
"@typescript-eslint/eslint-plugin": "5.46.1",
"@typescript-eslint/parser": "5.46.1",
"eslint": "8.31.0",
"eslint": "7.32.0",
"jest": "29.3.1",
"myzod": "1.8.8",
"npm-run-all": "4.1.5",
Expand Down
Loading

0 comments on commit f8f751f

Please sign in to comment.