Skip to content

Separately export (E|T)TSLintRuleOptions, (E|T)SLintRuleSeverity  #814

Closed
@JoshuaKGoldberg

Description

@JoshuaKGoldberg

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

Labels

area: node APIUsing tslint-to-eslint-config as an npm dependencystatus: accepting prsPlease, send in a PR to resolve this! ✨type: enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions