UNPKG

eslint-plugin-perfectionist

Version:

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

10 lines (9 loc) 247 B
import { TSESLint } from '@typescript-eslint/utils' import { SortImportsNode } from './types.js' export declare function computeSpecifierName({ sourceCode, node, }: { sourceCode: TSESLint.SourceCode node: SortImportsNode }): string | null