Skip to content

Commit

Permalink
chore: fix lint errors (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan authored Jul 6, 2024
1 parent 140ee8e commit 88b2790
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"koishi": "^4.15.0"
},
"devDependencies": {
"@hamster-bot/eslint-config": "*",
"@hamster-bot/eslint-config": "1.0.8",
"@hamster-bot/prettier-config": "^1.0.1",
"@hamster-bot/tsconfig": "^0.0.2",
"@koishijs/client": "^5.19.5",
Expand All @@ -88,6 +88,10 @@
"esbuild-register": "^3.5.0",
"eslint": "^8.55.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-mocha": "^10.4.3",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-promise": "^6.4.0",
"js-yaml": "^4.1.0",
"markdown-magic": "^2.6.1",
"mocha": "^10.2.0",
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ declare module 'koishi' {
}
}

// eslint-disable-next-line @typescript-eslint/no-explicit-any
export const Config: Schema<any> = Schema.object({})

export class Sentences extends Service {
Expand Down

0 comments on commit 88b2790

Please sign in to comment.