UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

2 lines 130 B
import { isNodeOfType } from 'eslint-codemod-utils'; export const isChildOfType = (node, type) => isNodeOfType(node.parent, type);