UNPKG

eslint-codemod-utils

Version:

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

4 lines (3 loc) 89 B
export function getFirstCommentInFile(source) { return source.getAllComments()[0]; }