Provide node API for config conversion logic #729
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
Existing Behavior
The library can be leveraged via a CLI and interacts directly with disk.
Change Proposal
Provide the option of leveraging (part of) the library in code via a node API which would only focus on the config conversion process.
After discussing this with @JoshuaKGoldberg it seems we essentially want to expose (potentially after some tweaks) the
convertLintConfig
function:tslint-to-eslint-config/src/converters/lintConfigs/convertLintConfig.ts
Line 22 in e425bab
The text was updated successfully, but these errors were encountered: