Skip to content

Commit a98798f

Browse files
committed
fix eslint errors
1 parent acafb50 commit a98798f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/services/classifier.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -775,6 +775,7 @@ namespace ts {
775775
// defined in `ts.commentPragmas` would be excessive, but we can avoid
776776
// some obvious false positives (e.g. in XML-like doc comments) by
777777
// checking the element name.
778+
// eslint-disable-next-line no-in-operator
778779
if (!match[3] || !(match[3] in commentPragmas)) {
779780
return false;
780781
}

0 commit comments

Comments
 (0)