We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c30ae commit b32e680Copy full SHA for b32e680
.github/workflows/main.yml
@@ -3,4 +3,4 @@ on: [push, pull_request]
3
jobs:
4
test:
5
uses: react-component/rc-test/.github/workflows/test.yml@main
6
- secrets: inherit
+ secrets: inherit
package.json
@@ -57,6 +57,8 @@
57
"classnames": "2.x"
58
},
59
"devDependencies": {
60
+ "@typescript-eslint/eslint-plugin": "^5.59.7",
61
+ "@typescript-eslint/parser": "^5.59.7",
62
"@rc-component/father-plugin": "^2.0.4",
63
"@rc-component/np": "^1.0.3",
64
"@testing-library/jest-dom": "^6.0.0",
0 commit comments