diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5735e2d..f860ff1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,4 +3,4 @@ on: [push, pull_request] jobs: test: uses: react-component/rc-test/.github/workflows/test.yml@main - secrets: inherit \ No newline at end of file + secrets: inherit diff --git a/package.json b/package.json index e6310b1..e5b1d36 100644 --- a/package.json +++ b/package.json @@ -57,6 +57,8 @@ "classnames": "2.x" }, "devDependencies": { + "@typescript-eslint/eslint-plugin": "^5.59.7", + "@typescript-eslint/parser": "^5.59.7", "@rc-component/father-plugin": "^2.0.4", "@rc-component/np": "^1.0.3", "@testing-library/jest-dom": "^6.0.0",