UNPKG

eslint-config-chain-able

Version:
12 lines (10 loc) 175 B
/* * @flow */ import type { JSXAttribute, JSXOpeningElement, } from 'ast-types-flow'; export type ESLintJSXAttribute = { parent: JSXOpeningElement } & JSXAttribute;