Skip to content

linter: ts type NoNoninteractiveElementInteractionsConfig invalid #23299

Description

@Sysix

What version of Oxlint are you using?

unreleased

What command did you run?

No response

What does your .oxlintrc.json (or oxlint.config.ts) config file look like?

No response

What happened?

export interface NoNoninteractiveElementInteractionsConfig {
  /**
   * An array of event handler names that should trigger this rule.
   */
  handlers?: string[];
  [k: string]: string[];
}

Was generated in apps/oxlint/src-js/package/config.generated.ts, but TS is throwing an error.

Image

Metadata

Metadata

Assignees

Labels

Type

Fields

Priority

None yet

Effort

None yet

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions