-
Notifications
You must be signed in to change notification settings - Fork 100
Closed
Labels
area: node APIUsing tslint-to-eslint-config as an npm dependencyUsing tslint-to-eslint-config as an npm dependencystatus: accepting prsPlease, send in a PR to resolve this! ✨Please, send in a PR to resolve this! ✨type: enhancementNew feature or requestNew feature or request
Description
Overview
angular-eslint/angular-eslint#173 (comment): the Angular schematic/integration redeclares TSLintRuleOptions
and TSLintRuleSeverity
to strongly type the returns of its convertToESLintConfig
.
Actual Behavior
These types are declared internally but never exported, so outside folks can't use them.
Expected Behavior
Export them via src/index.ts
so Node API users can use them.
Metadata
Metadata
Assignees
Labels
area: node APIUsing tslint-to-eslint-config as an npm dependencyUsing tslint-to-eslint-config as an npm dependencystatus: accepting prsPlease, send in a PR to resolve this! ✨Please, send in a PR to resolve this! ✨type: enhancementNew feature or requestNew feature or request