Skip to content

Commit

Permalink
fix: eslint config update (#57)
Browse files Browse the repository at this point in the history
* fix: eslint config update

* fix: update koishi
  • Loading branch information
MaikoTan authored Apr 1, 2024
1 parent cea034f commit 0d1c972
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,19 +73,23 @@
"@hamster-bot/eslint-config": "*",
"@hamster-bot/prettier-config": "*",
"@hamster-bot/tsconfig": "^0.0.2",
"@koishijs/plugin-database-memory": "^2.6.0",
"@koishijs/plugin-database-memory": "^3.0.0",
"@koishijs/plugin-mock": "^2.6.5",
"@types/chai": "^4.3.1",
"@types/mocha": "^9.1.0",
"@types/node": "^17.0.5",
"@types/pug": "^2.0.6",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"@typescript-eslint/parser": "^5.30.5",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"chai": "^4.3.4",
"esbuild-plugin-yaml": "^0.0.1",
"eslint": "^8.19.0",
"eslint-import-resolver-typescript": "^3.4.1",
"koishi": "^4.15.7",
"eslint": "^8.57.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-mocha": "^10.4.1",
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"koishi": "^4.17.2",
"koishi-plugin-puppeteer": "^3.3.1",
"markdown-magic": "^2.6.1",
"mocha": "^9.1.3",
Expand Down

0 comments on commit 0d1c972

Please sign in to comment.