Skip to content

Commit

Permalink
fix: eslint config update
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan committed Apr 1, 2024
1 parent cea034f commit 207ba34
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,16 @@
"@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",
"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.15.7",
"koishi-plugin-puppeteer": "^3.3.1",
"markdown-magic": "^2.6.1",
Expand Down

0 comments on commit 207ba34

Please sign in to comment.