Skip to content

linter: jsx-a11y/iframe-has-title rule does not accept a title is function that return string #7243

@markEHVN

Description

@markEHVN

What version of Oxlint are you using?

0.11.1

What command did you run?

yarn oxlint -c .oxlint.json

What does your .oxlint.json config file look like?

{
  "$schema": "./node_modules/oxlint/configuration_schema.json",
  "categories": {
    "correctness": "allow"
  },
  "plugins": ["jsx-a11y"],
  "env": {},
  "globals": {},
  "settings": {},
  "rules": {
    "jsx-a11y/iframe-has-title": "error"
  }
}

What happened?

jsx-a11y/iframe-has-title rule does not accept a title is function that return string. ESLint passed it.

You can see source code at here.

Attachments:

Screenshot 2024-11-12 at 10 13 50

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-linterArea - LinterC-bugCategory - Buggood first issueExperience Level - Good for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions