luhn-generator
Version:
A generator of numbers that passes the validation of Luhn algorithm or Luhn formula, also known as the 'modulus 10' or 'mod 10' algorithm
16 lines (15 loc) • 334 B
JSON
{
"id": "aria-valid-attr",
"evaluate": "aria-valid-attr-evaluate",
"options": [],
"metadata": {
"impact": "critical",
"messages": {
"pass": "ARIA attribute name is valid",
"fail": {
"singular": "Invalid ARIA attribute name: ${data.values}",
"plural": "Invalid ARIA attribute names: ${data.values}"
}
}
}
}