This repository has been archived by the owner on Mar 25, 2021. It is now read-only.
Multi-line literals with a single entry are treated as single-line literals for trailing commas #856
Labels
Milestone
Given the following:
TSLint will treat this as a single line literal rather than a multi-line literal. Because of this, you can't find all these cases without also turning on single-line literals, which means also hitting e.g. import statements such as
import { Foo } from './bar'
The text was updated successfully, but these errors were encountered: