Also export comment converter Node APIs #820
Labels
area: node API
Using tslint-to-eslint-config as an npm dependency
status: accepting prs
Please, send in a PR to resolve this! ✨
type: enhancement
New feature or request
Milestone
🚀 Feature Request
Following #732 to add a Node API, the next step for angular-eslint/angular-eslint#173 will be to also convert inline
tslint:disable
comments for users.Existing Behavior
The
convertFileComments
method is not exported as a standalone function via the Node API.Change Proposal
Let's export it!
More specifically: let's export an equivalent to it that takes in a file's content and path, and returns the new equivalent.
The text was updated successfully, but these errors were encountered: