Skip to content

Commit

Permalink
⬆️ upgrade fabric (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
kuitos authored Apr 1, 2020
1 parent e1ec94a commit 34a6822
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
...fabric.eslint.rules,
'@typescript-eslint/prefer-interface': 0,
'@typescript-eslint/no-explicit-any': 0,
'@typescript-eslint/array-type': ['error', 'array-simple'],
'@typescript-eslint/array-type': ['error', { default: 'array-simple' }],
'no-return-assign': 0,
semi: ['error', 'always'],
'no-console': 0,
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@types/jest": "^25.1.4",
"@types/lodash": "^4.14.129",
"@types/vfile-message": "1.x",
"@umijs/fabric": "^1.1.10",
"@umijs/fabric": "^2.0.7",
"@vuepress/plugin-google-analytics": "^1.2.0",
"@vuepress/plugin-pwa": "^1.2.0",
"babel-plugin-import": "^1.12.1",
Expand All @@ -87,7 +87,8 @@
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
"pre-commit": "lint-staged",
"pre-push": "yarn test"
}
},
"lint-staged": {
Expand Down

1 comment on commit 34a6822

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for website ready!

Built with commit undefined

https://ant-design-landing-build-k88b25b9r.now.sh

Please sign in to comment.