Skip to content

Commit fc35f1c

Browse files
committed
chore(lint): Work around linter bug.
1 parent 39203f0 commit fc35f1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/@css-blocks/core/src/Analyzer/ElementAnalysis.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -793,6 +793,7 @@ function mapChoiceClasses(
793793
configuration: ResolvedConfiguration,
794794
map: Map<string, Style>,
795795
includeAbsent: boolean,
796+
// tslint:disable-next-line:multiline-parameters trailing-comma // ignored due to bug in lint rule
796797
...styles: Style[]
797798
): AttributeValueChoice {
798799
let choices = new Array<AttributeValueChoiceOption>();

0 commit comments

Comments
 (0)