@atlaskit/eslint-plugin-design-system
Version:
The essential plugin for use with the Atlassian Design System.
4 lines (3 loc) • 297 B
TypeScript
import type { Rule } from 'eslint';
import { type ObjectExpression, type Property, type SpreadElement } from 'eslint-codemod-utils';
export declare function getPropertyNodeFromParent(property: string, parentNode: ObjectExpression & Rule.NodeParentExtension): Property | SpreadElement | undefined;