@jsxtools/eslint-plugin-jsx-a11y
Version:
Static AST checker for accessibility rules on JSX elements for flat ESLint Config.
15 lines (12 loc) • 312 B
JavaScript
import jsxAstUtils from 'jsx-ast-utils';
const {
elementType,
eventHandlersByType,
getLiteralPropValue,
getProp,
getPropValue,
hasAnyProp,
hasProp,
propName
} = jsxAstUtils;
export { elementType, eventHandlersByType, getLiteralPropValue, getProp, getPropValue, hasAnyProp, hasProp, propName };