close

jsxA11yPlugin

jsxA11yPlugin exposes Rslint's built-in implementation of supported rules from eslint-plugin-jsx-a11y 6.x. Its preset follows the upstream flat recommended configuration for the rules Rslint currently supports.

import { defineConfig, jsxA11yPlugin } from '@rslint/core';

export default defineConfig([jsxA11yPlugin.configs.recommended]);

Presets

PresetDescriptionView rulesSource
jsxA11yPlugin.configs.recommendedJSX a11y rulesView rules →eslint-plugin-jsx-a11y flatConfigs.recommended

See Rules & Presets for guidance on choosing and layering presets.