UNPKG

eslint-codemod-utils

Version:

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

8 lines (7 loc) 254 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getFirstCommentInFile = void 0; function getFirstCommentInFile(source) { return source.getAllComments()[0]; } exports.getFirstCommentInFile = getFirstCommentInFile;