UNPKG

@atlaskit/eslint-plugin-design-system

Version:

The essential plugin for use with the Atlassian Design System.

4 lines 161 B
import { isNodeOfType } from 'eslint-codemod-utils'; export var isChildOfType = function isChildOfType(node, type) { return isNodeOfType(node.parent, type); };