{"version":3,"file":"jsx-a11y.mjs","names":[],"sources":["../../../../src/presets/jsx/rules/jsx-a11y.ts"],"sourcesContent":["import type { LintRules } from \"#/@types/oxlint\";\n\nconst RULES_JSX_A11Y_CORRECTNESS = {\n    \"jsx-a11y/alt-text\": \"error\",\n    \"jsx-a11y/anchor-has-content\": \"error\",\n    \"jsx-a11y/anchor-is-valid\": \"error\",\n    \"jsx-a11y/aria-props\": \"error\",\n    \"jsx-a11y/aria-proptypes\": \"error\",\n    \"jsx-a11y/aria-unsupported-elements\": \"error\",\n    \"jsx-a11y/click-events-have-key-events\": \"error\",\n    \"jsx-a11y/heading-has-content\": \"error\",\n    \"jsx-a11y/html-has-lang\": \"error\",\n    \"jsx-a11y/iframe-has-title\": \"error\",\n    \"jsx-a11y/interactive-supports-focus\": \"error\",\n    \"jsx-a11y/lang\": \"error\",\n    \"jsx-a11y/mouse-events-have-key-events\": \"error\",\n    \"jsx-a11y/no-aria-hidden-on-focusable\": \"error\",\n    \"jsx-a11y/no-interactive-element-to-noninteractive-role\": \"error\",\n    \"jsx-a11y/no-noninteractive-element-interactions\": \"error\",\n    \"jsx-a11y/no-noninteractive-element-to-interactive-role\": \"error\",\n    \"jsx-a11y/no-static-element-interactions\": [\n        \"error\",\n        {\n            allowExpressionValues: true,\n            handlers: [\n                \"onClick\",\n                // key\n                \"onKeyPress\",\n                \"onKeyDown\",\n                \"onKeyUp\",\n                // mouse\n                \"onMouseDown\",\n                \"onMouseUp\",\n            ],\n        },\n    ],\n    \"jsx-a11y/prefer-tag-over-role\": \"error\",\n    \"jsx-a11y/tabindex-no-positive\": \"error\",\n} as const satisfies LintRules;\n\nconst RULES_JSX_A11Y = {\n    ...RULES_JSX_A11Y_CORRECTNESS,\n} as const satisfies LintRules;\n\nexport { RULES_JSX_A11Y, RULES_JSX_A11Y_CORRECTNESS };\n"],"mappings":"AAEA,MAAM,6BAA6B;CAC/B,qBAAqB;CACrB,+BAA+B;CAC/B,4BAA4B;CAC5B,uBAAuB;CACvB,2BAA2B;CAC3B,sCAAsC;CACtC,yCAAyC;CACzC,gCAAgC;CAChC,0BAA0B;CAC1B,6BAA6B;CAC7B,uCAAuC;CACvC,iBAAiB;CACjB,yCAAyC;CACzC,wCAAwC;CACxC,0DAA0D;CAC1D,mDAAmD;CACnD,0DAA0D;CAC1D,2CAA2C,CACvC,SACA;EACI,uBAAuB;EACvB,UAAU;GACN;GAEA;GACA;GACA;GAEA;GACA;EACJ;CACJ,CACJ;CACA,iCAAiC;CACjC,iCAAiC;AACrC;AAEA,MAAM,iBAAiB,EACnB,GAAG,2BACP"}