UNPKG

eslint-plugin-perfectionist

Version:

ESLint plugin for sorting various data such as objects, imports, types, enums, JSX props, etc.

9 lines (8 loc) 279 B
import { TSESTree } from '@typescript-eslint/types' /** * Computes the name of a JSX attribute node. * * @param node - The JSX attribute node. * @returns The computed name of the JSX attribute. */ export declare function computeNodeName(node: TSESTree.JSXAttribute): string