UNPKG

eslint-codemod-utils

Version:

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

4 lines (3 loc) 161 B
import type { SourceCode } from 'eslint'; import type { Comment } from 'estree-jsx'; export declare function getFirstCommentInFile(source: SourceCode): Comment;