Skip to content

Commit b32e680

Browse files
authored
chore: fix eslint (#370)
* chore: fix eslint * Update main.yml * Update .github/workflows/main.yml
1 parent 52c30ae commit b32e680

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ on: [push, pull_request]
33
jobs:
44
test:
55
uses: react-component/rc-test/.github/workflows/test.yml@main
6-
secrets: inherit
6+
secrets: inherit

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@
5757
"classnames": "2.x"
5858
},
5959
"devDependencies": {
60+
"@typescript-eslint/eslint-plugin": "^5.59.7",
61+
"@typescript-eslint/parser": "^5.59.7",
6062
"@rc-component/father-plugin": "^2.0.4",
6163
"@rc-component/np": "^1.0.3",
6264
"@testing-library/jest-dom": "^6.0.0",

0 commit comments

Comments
 (0)