UNPKG

eslint-codemod-utils

Version:

A collection of AST helper functions for more complex ESLint rule fixes.

4 lines (3 loc) 185 B
import type { SourceCode } from 'eslint'; import type { TSESTree } from '@typescript-eslint/types'; export declare function getFirstCommentInFile(source: SourceCode): TSESTree.Comment;