mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-30 05:29:53 +00:00
feat: enable oxlint suspicious category, fix 24 violations (#22727)
This commit is contained in:
parent
665a843086
commit
702f741267
20 changed files with 49 additions and 22 deletions
|
|
@ -13,6 +13,7 @@ type Env = {
|
|||
}
|
||||
|
||||
export class SyncServer extends DurableObject<Env> {
|
||||
// oxlint-disable-next-line no-useless-constructor
|
||||
constructor(ctx: DurableObjectState, env: Env) {
|
||||
super(ctx, env)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue