Skip to content

Commit

Permalink
🔧 chore: 升级基础设施
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Jul 29, 2023
1 parent e19b20f commit 3ca4903
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 25 deletions.
4 changes: 3 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
module.exports = require('@umijs/lint/dist/config/eslint');
const config = require('@lobehub/lint').eslint;

module.exports = config;
15 changes: 0 additions & 15 deletions jest.config.ts

This file was deleted.

17 changes: 8 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,16 @@
"last 2 versions",
"not ie <= 10"
],
"dependencies": {
"@mozilla/readability": "^0.4.4",
"jsdom": "^22.1.0",
"node-html-markdown": "^1.3.0"
},
"devDependencies": {
"@lobehub/lint": "latest",
"@types/jest": "^29",
"@types/jsdom": "^21",
"@types/lodash": "^4",
"@umijs/lint": "^4",
"@umijs/test": "^4",
"@vercel/node": "^2",
"chalk": "^5",
"commitlint": "^17",
Expand All @@ -44,19 +48,14 @@
"dotenv": "^8",
"eslint": "^8",
"husky": "^8",
"jest": "^29",
"lint-staged": "^13",
"prettier": "^2",
"prettier-plugin-organize-imports": "^3",
"prettier-plugin-packagejson": "^2",
"semantic-release": "^21",
"semantic-release-config-gitmoji": "^1",
"typescript": "^5",
"vercel": "^31"
},
"dependencies": {
"@mozilla/readability": "^0.4.4",
"jsdom": "^22.1.0",
"node-html-markdown": "^1.3.0"
"vercel": "^31",
"vitest": "latest"
}
}

0 comments on commit 3ca4903

Please sign in to comment.