Skip to content

Commit

Permalink
fix: fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondYuan committed May 12, 2021
1 parent c677eff commit 86e927c
Show file tree
Hide file tree
Showing 3 changed files with 1,790 additions and 2,103 deletions.
2 changes: 0 additions & 2 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ module.exports = {
extends: [
'@diamondyuan/react-typescript',
'prettier',
'prettier/@typescript-eslint',
'prettier/react',
],
plugins: ['prettier'],
rules: {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"dependencies": {
"@ant-design/compatible": "^1.0.8",
"@ant-design/icons": "^4.2.2",
"@diamondyuan/eslint": "^7.0.3",
"@formily/antd": "^2.0.0-beta.28",
"@formily/core": "^2.0.0-beta.28",
"@formily/react": "^2.0.0-beta.28",
Expand Down Expand Up @@ -71,12 +70,12 @@
"remark": "^11.0.2",
"short-uuid": "^3.1.1",
"showdown": "^1.9.0",
"styled-components": "^5.2.1",
"tldjs": "^2.3.1",
"typedi": "^0.8.0",
"umi-request": "^1.2.15"
},
"devDependencies": {
"@diamondyuan/eslint": "^7.0.4",
"@types/chrome": "^0.0.91",
"@types/classnames": "^2.2.9",
"@types/codemirror": "^0.0.76",
Expand Down Expand Up @@ -105,6 +104,7 @@
"css-loader": "^1.0.0",
"enzyme": "^3.6.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint-plugin-prettier": "^3.4.0",
"html-webpack-plugin": "^3.2.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^24.9.0",
Expand Down
Loading

0 comments on commit 86e927c

Please sign in to comment.