/** * @fileoverview Enforce iframe elements have a title attribute. * @author Ethan Cohen */ // ---------------------------------------------------------------------------- // Rule Definition // ---------------------------------------------------------------------------- import { elementType, getProp, getPropValue } from 'jsx-ast-utils'; import { generateObjSchema } from '../util/schemas'; const errorMessage = '