npm install --save @types/eslint-plugin-jsx-a11y
This package contains type definitions for eslint-plugin-jsx-a11y (https://github.com/jsx-eslint/eslint-plugin-jsx-a11y#readme).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/eslint-plugin-jsx-a11y.
import { ESLint, Linter } from "eslint";
declare const eslintPluginJsxA11y: ESLint.Plugin & {
configs: {
recommended: Linter.LegacyConfig;
strict: Linter.LegacyConfig;
};
flatConfigs: {
recommended: Linter.Config;
strict: Linter.Config;
};
};
export = eslintPluginJsxA11y;
- Last updated: Sun, 24 Nov 2024 08:02:47 GMT
- Dependencies: @types/eslint
These definitions were written by Seth Murphy, and Jordan Harband.