Skip to content

Commit c257bd1

Browse files
authored
chore: bump @rc-component/menu to 1.1.0 (#293)
* chore: bump @rc-component/menu to 1.1.0 * chore: fix eslint * chore: update * chore: update
1 parent a0b6dcc commit c257bd1

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.eslintrc.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ module.exports = {
22
extends: [require.resolve('@umijs/fabric/dist/eslint')],
33
rules: {
44
'jsx-a11y/no-autofocus': 0,
5+
'@typescript-eslint/consistent-indexed-object-style': 0,
6+
'@typescript-eslint/no-parameter-properties': 0,
7+
'@typescript-eslint/no-throw-literal': 0,
8+
'@typescript-eslint/type-annotation-spacing': 0,
9+
'@typescript-eslint/ban-types': 0,
510
},
611
overrides: [
712
{

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
},
4747
"dependencies": {
4848
"@rc-component/input": "~1.0.1",
49-
"@rc-component/menu": "~1.0.0",
49+
"@rc-component/menu": "~1.1.0",
5050
"@rc-component/textarea": "~1.0.0",
5151
"@rc-component/trigger": "^3.0.0",
5252
"@rc-component/util": "^1.2.0",
@@ -63,7 +63,9 @@
6363
"@types/warning": "^3.0.0",
6464
"@umijs/fabric": "^3.0.0",
6565
"dumi": "^2.0.18",
66-
"eslint": "^7.0.0",
66+
"eslint": "^8.0.0",
67+
"eslint-plugin-jest": "^28.11.0",
68+
"eslint-plugin-unicorn": "^58.0.0",
6769
"father": "^4.0.0",
6870
"gh-pages": "^5.0.0",
6971
"husky": "^9.1.6",

0 commit comments

Comments
 (0)