microsoft/tslint-microsoft-contrib

use-named-parameter shouldn't be marked as TypeScript-only

JoshuaKGoldberg opened this issue · 0 comments

Bug Report

  • tslint-microsoft-contrib version: 6.0.0

typescriptOnly: true,

Not true - the rule can run on JS files too.

See the rule metadata in src/useNamedParameterRule.ts

Subset of #646.