📄 ol.js
/home/palash/git/site/node_modules/eslint-plugin-jsx-a11y/lib/util/implicitRoles/ol.js
Language: js • Lines: 13
"use strict";

Object.defineProperty(exports, "__esModule", {
  value: true
});
exports["default"] = getImplicitRoleForOl;
/**
 * Returns the implicit role for an ol tag.
 */
function getImplicitRoleForOl() {
  return 'list';
}
module.exports = exports.default;