Skip to content

Commit f8f751f

Browse files
committed
use eslint 7.32.0
1 parent f80bdbe commit f8f751f

File tree

3 files changed

+168
-129
lines changed

3 files changed

+168
-129
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
CI: true
2121
eslint:
2222
runs-on: ubuntu-latest
23+
permissions:
24+
contents: read
25+
pull-requests: write
2326
steps:
2427
- uses: actions/checkout@v3
2528
- name: Setup Node

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@types/jest": "29.2.5",
5454
"@typescript-eslint/eslint-plugin": "5.46.1",
5555
"@typescript-eslint/parser": "5.46.1",
56-
"eslint": "8.31.0",
56+
"eslint": "7.32.0",
5757
"jest": "29.3.1",
5858
"myzod": "1.8.8",
5959
"npm-run-all": "4.1.5",

0 commit comments

Comments
 (0)