UNPKG

eslint-plugin-jsx-a11y

Version:

Static AST checker for accessibility rules on JSX elements.

7 lines (5 loc) 215 B
/* eslint-disable import/prefer-default-export, no-underscore-dangle */ import * as axe from 'axe-core'; export function axeFailMessage(checkId, data) { return axe.utils.getCheckMessage(checkId, 'fail', data); }