@teambit/linter 1.0.309 → 1.0.311

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -169,7 +169,8 @@
169
169
  "character": 3
170
170
  },
171
171
  "raw": "/**\n * lint an array of components.\n */",
172
- "comment": "lint an array of components."
172
+ "comment": "lint an array of components.",
173
+ "tags": []
173
174
  },
174
175
  "signature": "(method) LinterMain.lint(components: Component[], opts: LinterOptions): Promise<EnvsExecutionResult<LintResults>>",
175
176
  "name": "lint",
@@ -589,7 +590,8 @@
589
590
  "character": 3
590
591
  },
591
592
  "raw": "/**\n * extension formats to lint.\n */",
592
- "comment": "extension formats to lint."
593
+ "comment": "extension formats to lint.",
594
+ "tags": []
593
595
  },
594
596
  "signature": "(property) extensionFormats: string[]",
595
597
  "name": "extensionFormats",
@@ -649,16 +651,16 @@
649
651
  "__schema": "TypeSchema",
650
652
  "location": {
651
653
  "filePath": "linter.ts",
652
- "line": 121,
654
+ "line": 126,
653
655
  "character": 1
654
656
  },
655
- "signature": "type LintResults = {\n results: ComponentLintResult[];\n totalErrorCount: number;\n totalFatalErrorCount?: number | undefined;\n totalFixableErrorCount?: number | undefined;\n totalFixableWarningCount?: number | undefined;\n totalWarningCount: number;\n ... 5 more ...;\n errors: Error[];\n}",
657
+ "signature": "type LintResults = {\n results: ComponentLintResult[];\n totalErrorCount: number;\n totalFatalErrorCount?: number | undefined;\n totalFixableErrorCount?: number | undefined;\n totalFixableWarningCount?: number | undefined;\n totalWarningCount: number;\n ... 6 more ...;\n errors: Error[];\n}",
656
658
  "name": "LintResults",
657
659
  "type": {
658
660
  "__schema": "TypeLiteralSchema",
659
661
  "location": {
660
662
  "filePath": "linter.ts",
661
- "line": 121,
663
+ "line": 126,
662
664
  "character": 27
663
665
  },
664
666
  "members": [
@@ -666,7 +668,7 @@
666
668
  "__schema": "VariableLikeSchema",
667
669
  "location": {
668
670
  "filePath": "linter.ts",
669
- "line": 122,
671
+ "line": 127,
670
672
  "character": 3
671
673
  },
672
674
  "signature": "(property) results: ComponentLintResult[]",
@@ -675,14 +677,14 @@
675
677
  "__schema": "TypeArraySchema",
676
678
  "location": {
677
679
  "filePath": "linter.ts",
678
- "line": 122,
680
+ "line": 127,
679
681
  "character": 12
680
682
  },
681
683
  "type": {
682
684
  "__schema": "TypeRefSchema",
683
685
  "location": {
684
686
  "filePath": "linter.ts",
685
- "line": 122,
687
+ "line": 127,
686
688
  "character": 12
687
689
  },
688
690
  "name": "ComponentLintResult"
@@ -694,18 +696,19 @@
694
696
  "__schema": "VariableLikeSchema",
695
697
  "location": {
696
698
  "filePath": "linter.ts",
697
- "line": 126,
699
+ "line": 131,
698
700
  "character": 3
699
701
  },
700
702
  "doc": {
701
703
  "__schema": "DocSchema",
702
704
  "location": {
703
705
  "filePath": "linter.ts",
704
- "line": 123,
706
+ "line": 128,
705
707
  "character": 3
706
708
  },
707
709
  "raw": "/**\n * total errors count of the component (from all of the components).\n */",
708
- "comment": "total errors count of the component (from all of the components)."
710
+ "comment": "total errors count of the component (from all of the components).",
711
+ "tags": []
709
712
  },
710
713
  "signature": "(property) totalErrorCount: number",
711
714
  "name": "totalErrorCount",
@@ -713,7 +716,7 @@
713
716
  "__schema": "KeywordTypeSchema",
714
717
  "location": {
715
718
  "filePath": "linter.ts",
716
- "line": 126,
719
+ "line": 131,
717
720
  "character": 20
718
721
  },
719
722
  "name": "number"
@@ -724,18 +727,19 @@
724
727
  "__schema": "VariableLikeSchema",
725
728
  "location": {
726
729
  "filePath": "linter.ts",
727
- "line": 130,
730
+ "line": 135,
728
731
  "character": 3
729
732
  },
730
733
  "doc": {
731
734
  "__schema": "DocSchema",
732
735
  "location": {
733
736
  "filePath": "linter.ts",
734
- "line": 127,
737
+ "line": 132,
735
738
  "character": 3
736
739
  },
737
740
  "raw": "/**\n * total fatal errors count of the component (from all of the components).\n */",
738
- "comment": "total fatal errors count of the component (from all of the components)."
741
+ "comment": "total fatal errors count of the component (from all of the components).",
742
+ "tags": []
739
743
  },
740
744
  "signature": "(property) totalFatalErrorCount?: number | undefined",
741
745
  "name": "totalFatalErrorCount",
@@ -743,7 +747,7 @@
743
747
  "__schema": "KeywordTypeSchema",
744
748
  "location": {
745
749
  "filePath": "linter.ts",
746
- "line": 130,
750
+ "line": 135,
747
751
  "character": 26
748
752
  },
749
753
  "name": "number"
@@ -754,18 +758,19 @@
754
758
  "__schema": "VariableLikeSchema",
755
759
  "location": {
756
760
  "filePath": "linter.ts",
757
- "line": 134,
761
+ "line": 139,
758
762
  "character": 3
759
763
  },
760
764
  "doc": {
761
765
  "__schema": "DocSchema",
762
766
  "location": {
763
767
  "filePath": "linter.ts",
764
- "line": 131,
768
+ "line": 136,
765
769
  "character": 3
766
770
  },
767
771
  "raw": "/**\n * total fixable errors count of the component (from all of the components).\n */",
768
- "comment": "total fixable errors count of the component (from all of the components)."
772
+ "comment": "total fixable errors count of the component (from all of the components).",
773
+ "tags": []
769
774
  },
770
775
  "signature": "(property) totalFixableErrorCount?: number | undefined",
771
776
  "name": "totalFixableErrorCount",
@@ -773,7 +778,7 @@
773
778
  "__schema": "KeywordTypeSchema",
774
779
  "location": {
775
780
  "filePath": "linter.ts",
776
- "line": 134,
781
+ "line": 139,
777
782
  "character": 28
778
783
  },
779
784
  "name": "number"
@@ -784,18 +789,19 @@
784
789
  "__schema": "VariableLikeSchema",
785
790
  "location": {
786
791
  "filePath": "linter.ts",
787
- "line": 138,
792
+ "line": 143,
788
793
  "character": 3
789
794
  },
790
795
  "doc": {
791
796
  "__schema": "DocSchema",
792
797
  "location": {
793
798
  "filePath": "linter.ts",
794
- "line": 135,
799
+ "line": 140,
795
800
  "character": 3
796
801
  },
797
802
  "raw": "/**\n * total fatal warning count of the component (from all of the components).\n */",
798
- "comment": "total fatal warning count of the component (from all of the components)."
803
+ "comment": "total fatal warning count of the component (from all of the components).",
804
+ "tags": []
799
805
  },
800
806
  "signature": "(property) totalFixableWarningCount?: number | undefined",
801
807
  "name": "totalFixableWarningCount",
@@ -803,7 +809,7 @@
803
809
  "__schema": "KeywordTypeSchema",
804
810
  "location": {
805
811
  "filePath": "linter.ts",
806
- "line": 138,
812
+ "line": 143,
807
813
  "character": 30
808
814
  },
809
815
  "name": "number"
@@ -814,18 +820,19 @@
814
820
  "__schema": "VariableLikeSchema",
815
821
  "location": {
816
822
  "filePath": "linter.ts",
817
- "line": 142,
823
+ "line": 147,
818
824
  "character": 3
819
825
  },
820
826
  "doc": {
821
827
  "__schema": "DocSchema",
822
828
  "location": {
823
829
  "filePath": "linter.ts",
824
- "line": 139,
830
+ "line": 144,
825
831
  "character": 3
826
832
  },
827
833
  "raw": "/**\n * total warning count of the component (from all of the components).\n */",
828
- "comment": "total warning count of the component (from all of the components)."
834
+ "comment": "total warning count of the component (from all of the components).",
835
+ "tags": []
829
836
  },
830
837
  "signature": "(property) totalWarningCount: number",
831
838
  "name": "totalWarningCount",
@@ -833,7 +840,7 @@
833
840
  "__schema": "KeywordTypeSchema",
834
841
  "location": {
835
842
  "filePath": "linter.ts",
836
- "line": 142,
843
+ "line": 147,
837
844
  "character": 22
838
845
  },
839
846
  "name": "number"
@@ -844,7 +851,7 @@
844
851
  "__schema": "VariableLikeSchema",
845
852
  "location": {
846
853
  "filePath": "linter.ts",
847
- "line": 144,
854
+ "line": 149,
848
855
  "character": 3
849
856
  },
850
857
  "signature": "(property) totalComponentsWithErrorCount: number",
@@ -853,7 +860,7 @@
853
860
  "__schema": "KeywordTypeSchema",
854
861
  "location": {
855
862
  "filePath": "linter.ts",
856
- "line": 144,
863
+ "line": 149,
857
864
  "character": 34
858
865
  },
859
866
  "name": "number"
@@ -864,7 +871,7 @@
864
871
  "__schema": "VariableLikeSchema",
865
872
  "location": {
866
873
  "filePath": "linter.ts",
867
- "line": 145,
874
+ "line": 150,
868
875
  "character": 3
869
876
  },
870
877
  "signature": "(property) totalComponentsWithFatalErrorCount?: number | undefined",
@@ -873,7 +880,7 @@
873
880
  "__schema": "KeywordTypeSchema",
874
881
  "location": {
875
882
  "filePath": "linter.ts",
876
- "line": 145,
883
+ "line": 150,
877
884
  "character": 40
878
885
  },
879
886
  "name": "number"
@@ -884,7 +891,7 @@
884
891
  "__schema": "VariableLikeSchema",
885
892
  "location": {
886
893
  "filePath": "linter.ts",
887
- "line": 146,
894
+ "line": 151,
888
895
  "character": 3
889
896
  },
890
897
  "signature": "(property) totalComponentsWithFixableErrorCount?: number | undefined",
@@ -893,7 +900,7 @@
893
900
  "__schema": "KeywordTypeSchema",
894
901
  "location": {
895
902
  "filePath": "linter.ts",
896
- "line": 146,
903
+ "line": 151,
897
904
  "character": 42
898
905
  },
899
906
  "name": "number"
@@ -904,7 +911,7 @@
904
911
  "__schema": "VariableLikeSchema",
905
912
  "location": {
906
913
  "filePath": "linter.ts",
907
- "line": 147,
914
+ "line": 152,
908
915
  "character": 3
909
916
  },
910
917
  "signature": "(property) totalComponentsWithFixableWarningCount?: number | undefined",
@@ -913,7 +920,7 @@
913
920
  "__schema": "KeywordTypeSchema",
914
921
  "location": {
915
922
  "filePath": "linter.ts",
916
- "line": 147,
923
+ "line": 152,
917
924
  "character": 44
918
925
  },
919
926
  "name": "number"
@@ -924,7 +931,7 @@
924
931
  "__schema": "VariableLikeSchema",
925
932
  "location": {
926
933
  "filePath": "linter.ts",
927
- "line": 148,
934
+ "line": 153,
928
935
  "character": 3
929
936
  },
930
937
  "signature": "(property) totalComponentsWithWarningCount: number",
@@ -933,7 +940,7 @@
933
940
  "__schema": "KeywordTypeSchema",
934
941
  "location": {
935
942
  "filePath": "linter.ts",
936
- "line": 148,
943
+ "line": 153,
937
944
  "character": 36
938
945
  },
939
946
  "name": "number"
@@ -944,7 +951,38 @@
944
951
  "__schema": "VariableLikeSchema",
945
952
  "location": {
946
953
  "filePath": "linter.ts",
947
- "line": 150,
954
+ "line": 158,
955
+ "character": 3
956
+ },
957
+ "doc": {
958
+ "__schema": "DocSchema",
959
+ "location": {
960
+ "filePath": "linter.ts",
961
+ "line": 155,
962
+ "character": 3
963
+ },
964
+ "raw": "/**\n * whether all the linted components is clean (have no issues at all)\n */",
965
+ "comment": "whether all the linted components is clean (have no issues at all)",
966
+ "tags": []
967
+ },
968
+ "signature": "(property) isClean: boolean",
969
+ "name": "isClean",
970
+ "type": {
971
+ "__schema": "KeywordTypeSchema",
972
+ "location": {
973
+ "filePath": "linter.ts",
974
+ "line": 158,
975
+ "character": 12
976
+ },
977
+ "name": "boolean"
978
+ },
979
+ "isOptional": false
980
+ },
981
+ {
982
+ "__schema": "VariableLikeSchema",
983
+ "location": {
984
+ "filePath": "linter.ts",
985
+ "line": 160,
948
986
  "character": 3
949
987
  },
950
988
  "signature": "(property) errors: Error[]",
@@ -953,14 +991,14 @@
953
991
  "__schema": "TypeArraySchema",
954
992
  "location": {
955
993
  "filePath": "linter.ts",
956
- "line": 150,
994
+ "line": 160,
957
995
  "character": 11
958
996
  },
959
997
  "type": {
960
998
  "__schema": "TypeRefSchema",
961
999
  "location": {
962
1000
  "filePath": "linter.ts",
963
- "line": 150,
1001
+ "line": 160,
964
1002
  "character": 11
965
1003
  },
966
1004
  "name": "Error"
@@ -984,7 +1022,7 @@
984
1022
  "__schema": "InterfaceSchema",
985
1023
  "location": {
986
1024
  "filePath": "linter.ts",
987
- "line": 153,
1025
+ "line": 163,
988
1026
  "character": 1
989
1027
  },
990
1028
  "signature": "interface Linter",
@@ -994,7 +1032,7 @@
994
1032
  "__schema": "VariableLikeSchema",
995
1033
  "location": {
996
1034
  "filePath": "linter.ts",
997
- "line": 154,
1035
+ "line": 164,
998
1036
  "character": 3
999
1037
  },
1000
1038
  "signature": "(property) Linter.id: string",
@@ -1003,7 +1041,7 @@
1003
1041
  "__schema": "KeywordTypeSchema",
1004
1042
  "location": {
1005
1043
  "filePath": "linter.ts",
1006
- "line": 154,
1044
+ "line": 164,
1007
1045
  "character": 7
1008
1046
  },
1009
1047
  "name": "string"
@@ -1014,7 +1052,7 @@
1014
1052
  "__schema": "FunctionLikeSchema",
1015
1053
  "location": {
1016
1054
  "filePath": "linter.ts",
1017
- "line": 155,
1055
+ "line": 165,
1018
1056
  "character": 3
1019
1057
  },
1020
1058
  "signature": "(method) Linter.lint(context: LinterContext, buildContext?: BuildContext): Promise<LintResults>",
@@ -1024,7 +1062,7 @@
1024
1062
  "__schema": "ParameterSchema",
1025
1063
  "location": {
1026
1064
  "filePath": "linter.ts",
1027
- "line": 155,
1065
+ "line": 165,
1028
1066
  "character": 8
1029
1067
  },
1030
1068
  "name": "context",
@@ -1032,7 +1070,7 @@
1032
1070
  "__schema": "TypeRefSchema",
1033
1071
  "location": {
1034
1072
  "filePath": "linter.ts",
1035
- "line": 155,
1073
+ "line": 165,
1036
1074
  "character": 17
1037
1075
  },
1038
1076
  "name": "LinterContext"
@@ -1044,7 +1082,7 @@
1044
1082
  "__schema": "ParameterSchema",
1045
1083
  "location": {
1046
1084
  "filePath": "linter.ts",
1047
- "line": 155,
1085
+ "line": 165,
1048
1086
  "character": 32
1049
1087
  },
1050
1088
  "name": "buildContext",
@@ -1052,7 +1090,7 @@
1052
1090
  "__schema": "TypeRefSchema",
1053
1091
  "location": {
1054
1092
  "filePath": "linter.ts",
1055
- "line": 155,
1093
+ "line": 165,
1056
1094
  "character": 47
1057
1095
  },
1058
1096
  "name": "BuildContext",
@@ -1069,7 +1107,7 @@
1069
1107
  "__schema": "TypeRefSchema",
1070
1108
  "location": {
1071
1109
  "filePath": "linter.ts",
1072
- "line": 155,
1110
+ "line": 165,
1073
1111
  "character": 62
1074
1112
  },
1075
1113
  "name": "Promise",
@@ -1078,7 +1116,7 @@
1078
1116
  "__schema": "TypeRefSchema",
1079
1117
  "location": {
1080
1118
  "filePath": "linter.ts",
1081
- "line": 155,
1119
+ "line": 165,
1082
1120
  "character": 70
1083
1121
  },
1084
1122
  "name": "LintResults"
@@ -1103,7 +1141,7 @@
1103
1141
  "__schema": "TypeSchema",
1104
1142
  "location": {
1105
1143
  "filePath": "linter.ts",
1106
- "line": 43,
1144
+ "line": 48,
1107
1145
  "character": 1
1108
1146
  },
1109
1147
  "signature": "type LintResult = {\n filePath: string;\n errorCount: number;\n fatalErrorCount?: number | undefined;\n fixableErrorCount?: number | undefined;\n fixableWarningCount?: number | undefined;\n warningCount: number;\n messages: LintMessage[];\n raw: any;\n}",
@@ -1112,7 +1150,7 @@
1112
1150
  "__schema": "TypeLiteralSchema",
1113
1151
  "location": {
1114
1152
  "filePath": "linter.ts",
1115
- "line": 43,
1153
+ "line": 48,
1116
1154
  "character": 26
1117
1155
  },
1118
1156
  "members": [
@@ -1120,18 +1158,19 @@
1120
1158
  "__schema": "VariableLikeSchema",
1121
1159
  "location": {
1122
1160
  "filePath": "linter.ts",
1123
- "line": 47,
1161
+ "line": 52,
1124
1162
  "character": 3
1125
1163
  },
1126
1164
  "doc": {
1127
1165
  "__schema": "DocSchema",
1128
1166
  "location": {
1129
1167
  "filePath": "linter.ts",
1130
- "line": 44,
1168
+ "line": 49,
1131
1169
  "character": 3
1132
1170
  },
1133
1171
  "raw": "/**\n * path of the linted file.\n */",
1134
- "comment": "path of the linted file."
1172
+ "comment": "path of the linted file.",
1173
+ "tags": []
1135
1174
  },
1136
1175
  "signature": "(property) filePath: string",
1137
1176
  "name": "filePath",
@@ -1139,7 +1178,7 @@
1139
1178
  "__schema": "KeywordTypeSchema",
1140
1179
  "location": {
1141
1180
  "filePath": "linter.ts",
1142
- "line": 47,
1181
+ "line": 52,
1143
1182
  "character": 13
1144
1183
  },
1145
1184
  "name": "string"
@@ -1150,18 +1189,19 @@
1150
1189
  "__schema": "VariableLikeSchema",
1151
1190
  "location": {
1152
1191
  "filePath": "linter.ts",
1153
- "line": 52,
1192
+ "line": 57,
1154
1193
  "character": 3
1155
1194
  },
1156
1195
  "doc": {
1157
1196
  "__schema": "DocSchema",
1158
1197
  "location": {
1159
1198
  "filePath": "linter.ts",
1160
- "line": 49,
1199
+ "line": 54,
1161
1200
  "character": 3
1162
1201
  },
1163
1202
  "raw": "/**\n * numbers of errors found.\n */",
1164
- "comment": "numbers of errors found."
1203
+ "comment": "numbers of errors found.",
1204
+ "tags": []
1165
1205
  },
1166
1206
  "signature": "(property) errorCount: number",
1167
1207
  "name": "errorCount",
@@ -1169,7 +1209,7 @@
1169
1209
  "__schema": "KeywordTypeSchema",
1170
1210
  "location": {
1171
1211
  "filePath": "linter.ts",
1172
- "line": 52,
1212
+ "line": 57,
1173
1213
  "character": 15
1174
1214
  },
1175
1215
  "name": "number"
@@ -1180,18 +1220,19 @@
1180
1220
  "__schema": "VariableLikeSchema",
1181
1221
  "location": {
1182
1222
  "filePath": "linter.ts",
1183
- "line": 57,
1223
+ "line": 62,
1184
1224
  "character": 3
1185
1225
  },
1186
1226
  "doc": {
1187
1227
  "__schema": "DocSchema",
1188
1228
  "location": {
1189
1229
  "filePath": "linter.ts",
1190
- "line": 54,
1230
+ "line": 59,
1191
1231
  "character": 3
1192
1232
  },
1193
1233
  "raw": "/**\n * numbers of errors found.\n */",
1194
- "comment": "numbers of errors found."
1234
+ "comment": "numbers of errors found.",
1235
+ "tags": []
1195
1236
  },
1196
1237
  "signature": "(property) fatalErrorCount?: number | undefined",
1197
1238
  "name": "fatalErrorCount",
@@ -1199,7 +1240,7 @@
1199
1240
  "__schema": "KeywordTypeSchema",
1200
1241
  "location": {
1201
1242
  "filePath": "linter.ts",
1202
- "line": 57,
1243
+ "line": 62,
1203
1244
  "character": 21
1204
1245
  },
1205
1246
  "name": "number"
@@ -1210,18 +1251,19 @@
1210
1251
  "__schema": "VariableLikeSchema",
1211
1252
  "location": {
1212
1253
  "filePath": "linter.ts",
1213
- "line": 62,
1254
+ "line": 67,
1214
1255
  "character": 3
1215
1256
  },
1216
1257
  "doc": {
1217
1258
  "__schema": "DocSchema",
1218
1259
  "location": {
1219
1260
  "filePath": "linter.ts",
1220
- "line": 59,
1261
+ "line": 64,
1221
1262
  "character": 3
1222
1263
  },
1223
1264
  "raw": "/**\n * numbers of fixable errors found.\n */",
1224
- "comment": "numbers of fixable errors found."
1265
+ "comment": "numbers of fixable errors found.",
1266
+ "tags": []
1225
1267
  },
1226
1268
  "signature": "(property) fixableErrorCount?: number | undefined",
1227
1269
  "name": "fixableErrorCount",
@@ -1229,7 +1271,7 @@
1229
1271
  "__schema": "KeywordTypeSchema",
1230
1272
  "location": {
1231
1273
  "filePath": "linter.ts",
1232
- "line": 62,
1274
+ "line": 67,
1233
1275
  "character": 23
1234
1276
  },
1235
1277
  "name": "number"
@@ -1240,18 +1282,19 @@
1240
1282
  "__schema": "VariableLikeSchema",
1241
1283
  "location": {
1242
1284
  "filePath": "linter.ts",
1243
- "line": 67,
1285
+ "line": 72,
1244
1286
  "character": 3
1245
1287
  },
1246
1288
  "doc": {
1247
1289
  "__schema": "DocSchema",
1248
1290
  "location": {
1249
1291
  "filePath": "linter.ts",
1250
- "line": 64,
1292
+ "line": 69,
1251
1293
  "character": 3
1252
1294
  },
1253
1295
  "raw": "/**\n * numbers of fixable warning found.\n */",
1254
- "comment": "numbers of fixable warning found."
1296
+ "comment": "numbers of fixable warning found.",
1297
+ "tags": []
1255
1298
  },
1256
1299
  "signature": "(property) fixableWarningCount?: number | undefined",
1257
1300
  "name": "fixableWarningCount",
@@ -1259,7 +1302,7 @@
1259
1302
  "__schema": "KeywordTypeSchema",
1260
1303
  "location": {
1261
1304
  "filePath": "linter.ts",
1262
- "line": 67,
1305
+ "line": 72,
1263
1306
  "character": 25
1264
1307
  },
1265
1308
  "name": "number"
@@ -1270,18 +1313,19 @@
1270
1313
  "__schema": "VariableLikeSchema",
1271
1314
  "location": {
1272
1315
  "filePath": "linter.ts",
1273
- "line": 72,
1316
+ "line": 77,
1274
1317
  "character": 3
1275
1318
  },
1276
1319
  "doc": {
1277
1320
  "__schema": "DocSchema",
1278
1321
  "location": {
1279
1322
  "filePath": "linter.ts",
1280
- "line": 69,
1323
+ "line": 74,
1281
1324
  "character": 3
1282
1325
  },
1283
1326
  "raw": "/**\n * number of found warnings.\n */",
1284
- "comment": "number of found warnings."
1327
+ "comment": "number of found warnings.",
1328
+ "tags": []
1285
1329
  },
1286
1330
  "signature": "(property) warningCount: number",
1287
1331
  "name": "warningCount",
@@ -1289,7 +1333,7 @@
1289
1333
  "__schema": "KeywordTypeSchema",
1290
1334
  "location": {
1291
1335
  "filePath": "linter.ts",
1292
- "line": 72,
1336
+ "line": 77,
1293
1337
  "character": 17
1294
1338
  },
1295
1339
  "name": "number"
@@ -1300,18 +1344,19 @@
1300
1344
  "__schema": "VariableLikeSchema",
1301
1345
  "location": {
1302
1346
  "filePath": "linter.ts",
1303
- "line": 77,
1347
+ "line": 82,
1304
1348
  "character": 3
1305
1349
  },
1306
1350
  "doc": {
1307
1351
  "__schema": "DocSchema",
1308
1352
  "location": {
1309
1353
  "filePath": "linter.ts",
1310
- "line": 74,
1354
+ "line": 79,
1311
1355
  "character": 3
1312
1356
  },
1313
1357
  "raw": "/**\n * lint messages.\n */",
1314
- "comment": "lint messages."
1358
+ "comment": "lint messages.",
1359
+ "tags": []
1315
1360
  },
1316
1361
  "signature": "(property) messages: LintMessage[]",
1317
1362
  "name": "messages",
@@ -1319,14 +1364,14 @@
1319
1364
  "__schema": "TypeArraySchema",
1320
1365
  "location": {
1321
1366
  "filePath": "linter.ts",
1322
- "line": 77,
1367
+ "line": 82,
1323
1368
  "character": 13
1324
1369
  },
1325
1370
  "type": {
1326
1371
  "__schema": "TypeRefSchema",
1327
1372
  "location": {
1328
1373
  "filePath": "linter.ts",
1329
- "line": 77,
1374
+ "line": 82,
1330
1375
  "character": 13
1331
1376
  },
1332
1377
  "name": "LintMessage",
@@ -1339,18 +1384,19 @@
1339
1384
  "__schema": "VariableLikeSchema",
1340
1385
  "location": {
1341
1386
  "filePath": "linter.ts",
1342
- "line": 82,
1387
+ "line": 87,
1343
1388
  "character": 3
1344
1389
  },
1345
1390
  "doc": {
1346
1391
  "__schema": "DocSchema",
1347
1392
  "location": {
1348
1393
  "filePath": "linter.ts",
1349
- "line": 79,
1394
+ "line": 84,
1350
1395
  "character": 3
1351
1396
  },
1352
1397
  "raw": "/**\n * Raw data as returned from the linter\n */",
1353
- "comment": "Raw data as returned from the linter"
1398
+ "comment": "Raw data as returned from the linter",
1399
+ "tags": []
1354
1400
  },
1355
1401
  "signature": "(property) raw: any",
1356
1402
  "name": "raw",
@@ -1358,7 +1404,7 @@
1358
1404
  "__schema": "KeywordTypeSchema",
1359
1405
  "location": {
1360
1406
  "filePath": "linter.ts",
1361
- "line": 82,
1407
+ "line": 87,
1362
1408
  "character": 8
1363
1409
  },
1364
1410
  "name": "any"
@@ -1384,7 +1430,7 @@
1384
1430
  "line": 5,
1385
1431
  "character": 1
1386
1432
  },
1387
- "signature": "type ComponentLintResult = {\n component: Component;\n output: string;\n totalErrorCount: number;\n totalFatalErrorCount?: number | undefined;\n totalFixableErrorCount?: number | undefined;\n totalFixableWarningCount?: number | undefined;\n totalWarningCount: number;\n results: LintResult[];\n}",
1433
+ "signature": "type ComponentLintResult = {\n component: Component;\n output: string;\n totalErrorCount: number;\n totalFatalErrorCount?: number | undefined;\n totalFixableErrorCount?: number | undefined;\n totalFixableWarningCount?: number | undefined;\n totalWarningCount: number;\n isClean: boolean;\n results: LintResult[];\n}",
1388
1434
  "name": "ComponentLintResult",
1389
1435
  "type": {
1390
1436
  "__schema": "TypeLiteralSchema",
@@ -1409,7 +1455,8 @@
1409
1455
  "character": 3
1410
1456
  },
1411
1457
  "raw": "/**\n * the linted component.\n */",
1412
- "comment": "the linted component."
1458
+ "comment": "the linted component.",
1459
+ "tags": []
1413
1460
  },
1414
1461
  "signature": "(property) component: Component",
1415
1462
  "name": "component",
@@ -1443,7 +1490,8 @@
1443
1490
  "character": 3
1444
1491
  },
1445
1492
  "raw": "/**\n * CLI output of the linter.\n */",
1446
- "comment": "CLI output of the linter."
1493
+ "comment": "CLI output of the linter.",
1494
+ "tags": []
1447
1495
  },
1448
1496
  "signature": "(property) output: string",
1449
1497
  "name": "output",
@@ -1473,7 +1521,8 @@
1473
1521
  "character": 3
1474
1522
  },
1475
1523
  "raw": "/**\n * total errors count of the component (from all of the files).\n */",
1476
- "comment": "total errors count of the component (from all of the files)."
1524
+ "comment": "total errors count of the component (from all of the files).",
1525
+ "tags": []
1477
1526
  },
1478
1527
  "signature": "(property) totalErrorCount: number",
1479
1528
  "name": "totalErrorCount",
@@ -1503,7 +1552,8 @@
1503
1552
  "character": 3
1504
1553
  },
1505
1554
  "raw": "/**\n * total fatal errors count of the component (from all of the files).\n */",
1506
- "comment": "total fatal errors count of the component (from all of the files)."
1555
+ "comment": "total fatal errors count of the component (from all of the files).",
1556
+ "tags": []
1507
1557
  },
1508
1558
  "signature": "(property) totalFatalErrorCount?: number | undefined",
1509
1559
  "name": "totalFatalErrorCount",
@@ -1533,7 +1583,8 @@
1533
1583
  "character": 3
1534
1584
  },
1535
1585
  "raw": "/**\n * total fixable errors count of the component (from all of the files).\n */",
1536
- "comment": "total fixable errors count of the component (from all of the files)."
1586
+ "comment": "total fixable errors count of the component (from all of the files).",
1587
+ "tags": []
1537
1588
  },
1538
1589
  "signature": "(property) totalFixableErrorCount?: number | undefined",
1539
1590
  "name": "totalFixableErrorCount",
@@ -1563,7 +1614,8 @@
1563
1614
  "character": 3
1564
1615
  },
1565
1616
  "raw": "/**\n * total fatal warning count of the component (from all of the files).\n */",
1566
- "comment": "total fatal warning count of the component (from all of the files)."
1617
+ "comment": "total fatal warning count of the component (from all of the files).",
1618
+ "tags": []
1567
1619
  },
1568
1620
  "signature": "(property) totalFixableWarningCount?: number | undefined",
1569
1621
  "name": "totalFixableWarningCount",
@@ -1593,7 +1645,8 @@
1593
1645
  "character": 3
1594
1646
  },
1595
1647
  "raw": "/**\n * total warning count of the component (from all of the files).\n */",
1596
- "comment": "total warning count of the component (from all of the files)."
1648
+ "comment": "total warning count of the component (from all of the files).",
1649
+ "tags": []
1597
1650
  },
1598
1651
  "signature": "(property) totalWarningCount: number",
1599
1652
  "name": "totalWarningCount",
@@ -1622,8 +1675,40 @@
1622
1675
  "line": 37,
1623
1676
  "character": 3
1624
1677
  },
1678
+ "raw": "/**\n * whether the component is clean (have no issues at all)\n */",
1679
+ "comment": "whether the component is clean (have no issues at all)",
1680
+ "tags": []
1681
+ },
1682
+ "signature": "(property) isClean: boolean",
1683
+ "name": "isClean",
1684
+ "type": {
1685
+ "__schema": "KeywordTypeSchema",
1686
+ "location": {
1687
+ "filePath": "linter.ts",
1688
+ "line": 40,
1689
+ "character": 12
1690
+ },
1691
+ "name": "boolean"
1692
+ },
1693
+ "isOptional": false
1694
+ },
1695
+ {
1696
+ "__schema": "VariableLikeSchema",
1697
+ "location": {
1698
+ "filePath": "linter.ts",
1699
+ "line": 45,
1700
+ "character": 3
1701
+ },
1702
+ "doc": {
1703
+ "__schema": "DocSchema",
1704
+ "location": {
1705
+ "filePath": "linter.ts",
1706
+ "line": 42,
1707
+ "character": 3
1708
+ },
1625
1709
  "raw": "/**\n * lint results for each one of the component files\n */",
1626
- "comment": "lint results for each one of the component files"
1710
+ "comment": "lint results for each one of the component files",
1711
+ "tags": []
1627
1712
  },
1628
1713
  "signature": "(property) results: LintResult[]",
1629
1714
  "name": "results",
@@ -1631,14 +1716,14 @@
1631
1716
  "__schema": "TypeArraySchema",
1632
1717
  "location": {
1633
1718
  "filePath": "linter.ts",
1634
- "line": 40,
1719
+ "line": 45,
1635
1720
  "character": 12
1636
1721
  },
1637
1722
  "type": {
1638
1723
  "__schema": "TypeRefSchema",
1639
1724
  "location": {
1640
1725
  "filePath": "linter.ts",
1641
- "line": 40,
1726
+ "line": 45,
1642
1727
  "character": 12
1643
1728
  },
1644
1729
  "name": "LintResult"
@@ -1818,7 +1903,7 @@
1818
1903
  "_legacy": {
1819
1904
  "scope": "teambit.defender",
1820
1905
  "name": "linter",
1821
- "version": "1.0.309"
1906
+ "version": "1.0.311"
1822
1907
  },
1823
1908
  "_scope": "teambit.defender"
1824
1909
  }
@@ -1880,7 +1965,8 @@
1880
1965
  "character": 3
1881
1966
  },
1882
1967
  "raw": "/**\n * Root dir that contains all the components in the fs that are about to be linted\n * Usually it's the workspace root dir or the capsule root dir\n */",
1883
- "comment": "Root dir that contains all the components in the fs that are about to be linted\nUsually it's the workspace root dir or the capsule root dir"
1968
+ "comment": "Root dir that contains all the components in the fs that are about to be linted\nUsually it's the workspace root dir or the capsule root dir",
1969
+ "tags": []
1884
1970
  },
1885
1971
  "signature": "(property) LinterContext.rootDir?: string | undefined",
1886
1972
  "name": "rootDir",
@@ -1910,7 +1996,8 @@
1910
1996
  "character": 3
1911
1997
  },
1912
1998
  "raw": "/**\n * Component map with the path to the component in the fs\n */",
1913
- "comment": "Component map with the path to the component in the fs"
1999
+ "comment": "Component map with the path to the component in the fs",
2000
+ "tags": []
1914
2001
  },
1915
2002
  "signature": "(property) LinterContext.componentsDirMap: ComponentMap<string>",
1916
2003
  "name": "componentsDirMap",
@@ -1963,7 +2050,7 @@
1963
2050
  "_legacy": {
1964
2051
  "scope": "teambit.defender",
1965
2052
  "name": "linter",
1966
- "version": "1.0.309"
2053
+ "version": "1.0.311"
1967
2054
  },
1968
2055
  "_scope": "teambit.defender"
1969
2056
  }
@@ -2024,7 +2111,8 @@
2024
2111
  "character": 3
2025
2112
  },
2026
2113
  "raw": "/**\n * extensions formats to lint. (e.g. .ts, .tsx, etc.)\n */",
2027
- "comment": "extensions formats to lint. (e.g. .ts, .tsx, etc.)"
2114
+ "comment": "extensions formats to lint. (e.g. .ts, .tsx, etc.)",
2115
+ "tags": []
2028
2116
  }
2029
2117
  },
2030
2118
  {
@@ -2054,7 +2142,8 @@
2054
2142
  "character": 3
2055
2143
  },
2056
2144
  "raw": "/**\n * automatically fix problems\n */",
2057
- "comment": "automatically fix problems"
2145
+ "comment": "automatically fix problems",
2146
+ "tags": []
2058
2147
  }
2059
2148
  },
2060
2149
  {
@@ -2085,7 +2174,8 @@
2085
2174
  "character": 3
2086
2175
  },
2087
2176
  "raw": "/**\n * specify the types of fixes to apply (problem, suggestion, layout)\n */",
2088
- "comment": "specify the types of fixes to apply (problem, suggestion, layout)"
2177
+ "comment": "specify the types of fixes to apply (problem, suggestion, layout)",
2178
+ "tags": []
2089
2179
  }
2090
2180
  }
2091
2181
  ]
@@ -2127,7 +2217,8 @@
2127
2217
  "character": 3
2128
2218
  },
2129
2219
  "raw": "/**\n * extensions formats to lint. (e.g. .ts, .tsx, etc.)\n */",
2130
- "comment": "extensions formats to lint. (e.g. .ts, .tsx, etc.)"
2220
+ "comment": "extensions formats to lint. (e.g. .ts, .tsx, etc.)",
2221
+ "tags": []
2131
2222
  },
2132
2223
  "signature": "(property) LinterOptions.extensionFormats?: string[] | undefined",
2133
2224
  "name": "extensionFormats",
@@ -2165,7 +2256,8 @@
2165
2256
  "character": 3
2166
2257
  },
2167
2258
  "raw": "/**\n * automatically fix problems\n */",
2168
- "comment": "automatically fix problems"
2259
+ "comment": "automatically fix problems",
2260
+ "tags": []
2169
2261
  },
2170
2262
  "signature": "(property) LinterOptions.fix?: boolean | undefined",
2171
2263
  "name": "fix",
@@ -2195,7 +2287,8 @@
2195
2287
  "character": 3
2196
2288
  },
2197
2289
  "raw": "/**\n * specify the types of fixes to apply (problem, suggestion, layout)\n */",
2198
- "comment": "specify the types of fixes to apply (problem, suggestion, layout)"
2290
+ "comment": "specify the types of fixes to apply (problem, suggestion, layout)",
2291
+ "tags": []
2199
2292
  },
2200
2293
  "signature": "(property) LinterOptions.fixTypes?: FixTypes | undefined",
2201
2294
  "name": "fixTypes",
@@ -2248,7 +2341,8 @@
2248
2341
  "character": 3
2249
2342
  },
2250
2343
  "raw": "/**\n * return a Linter instance.\n */",
2251
- "comment": "return a Linter instance."
2344
+ "comment": "return a Linter instance.",
2345
+ "tags": []
2252
2346
  },
2253
2347
  "signature": "(method) LinterEnv.linter(): EnvHandler<Linter>",
2254
2348
  "name": "linter",
@@ -2374,7 +2468,8 @@
2374
2468
  "character": 3
2375
2469
  },
2376
2470
  "raw": "/**\n * extension formats to lint.\n */",
2377
- "comment": "extension formats to lint."
2471
+ "comment": "extension formats to lint.",
2472
+ "tags": []
2378
2473
  },
2379
2474
  "signature": "(property) extensionFormats: string[]",
2380
2475
  "name": "extensionFormats",
@@ -2534,7 +2629,8 @@
2534
2629
  "character": 3
2535
2630
  },
2536
2631
  "raw": "/**\n * lint an array of components.\n */",
2537
- "comment": "lint an array of components."
2632
+ "comment": "lint an array of components.",
2633
+ "tags": []
2538
2634
  },
2539
2635
  "signature": "(method) LinterMain.lint(components: Component[], opts: LinterOptions): Promise<EnvsExecutionResult<LintResults>>",
2540
2636
  "name": "lint",
@@ -2942,7 +3038,7 @@
2942
3038
  "line": 5,
2943
3039
  "character": 1
2944
3040
  },
2945
- "signature": "type ComponentLintResult = {\n component: Component;\n output: string;\n totalErrorCount: number;\n totalFatalErrorCount?: number | undefined;\n totalFixableErrorCount?: number | undefined;\n totalFixableWarningCount?: number | undefined;\n totalWarningCount: number;\n results: LintResult[];\n}",
3041
+ "signature": "type ComponentLintResult = {\n component: Component;\n output: string;\n totalErrorCount: number;\n totalFatalErrorCount?: number | undefined;\n totalFixableErrorCount?: number | undefined;\n totalFixableWarningCount?: number | undefined;\n totalWarningCount: number;\n isClean: boolean;\n results: LintResult[];\n}",
2946
3042
  "name": "ComponentLintResult",
2947
3043
  "type": {
2948
3044
  "__schema": "TypeLiteralSchema",
@@ -2967,7 +3063,8 @@
2967
3063
  "character": 3
2968
3064
  },
2969
3065
  "raw": "/**\n * the linted component.\n */",
2970
- "comment": "the linted component."
3066
+ "comment": "the linted component.",
3067
+ "tags": []
2971
3068
  },
2972
3069
  "signature": "(property) component: Component",
2973
3070
  "name": "component",
@@ -3001,7 +3098,8 @@
3001
3098
  "character": 3
3002
3099
  },
3003
3100
  "raw": "/**\n * CLI output of the linter.\n */",
3004
- "comment": "CLI output of the linter."
3101
+ "comment": "CLI output of the linter.",
3102
+ "tags": []
3005
3103
  },
3006
3104
  "signature": "(property) output: string",
3007
3105
  "name": "output",
@@ -3031,7 +3129,8 @@
3031
3129
  "character": 3
3032
3130
  },
3033
3131
  "raw": "/**\n * total errors count of the component (from all of the files).\n */",
3034
- "comment": "total errors count of the component (from all of the files)."
3132
+ "comment": "total errors count of the component (from all of the files).",
3133
+ "tags": []
3035
3134
  },
3036
3135
  "signature": "(property) totalErrorCount: number",
3037
3136
  "name": "totalErrorCount",
@@ -3061,7 +3160,8 @@
3061
3160
  "character": 3
3062
3161
  },
3063
3162
  "raw": "/**\n * total fatal errors count of the component (from all of the files).\n */",
3064
- "comment": "total fatal errors count of the component (from all of the files)."
3163
+ "comment": "total fatal errors count of the component (from all of the files).",
3164
+ "tags": []
3065
3165
  },
3066
3166
  "signature": "(property) totalFatalErrorCount?: number | undefined",
3067
3167
  "name": "totalFatalErrorCount",
@@ -3091,7 +3191,8 @@
3091
3191
  "character": 3
3092
3192
  },
3093
3193
  "raw": "/**\n * total fixable errors count of the component (from all of the files).\n */",
3094
- "comment": "total fixable errors count of the component (from all of the files)."
3194
+ "comment": "total fixable errors count of the component (from all of the files).",
3195
+ "tags": []
3095
3196
  },
3096
3197
  "signature": "(property) totalFixableErrorCount?: number | undefined",
3097
3198
  "name": "totalFixableErrorCount",
@@ -3121,7 +3222,8 @@
3121
3222
  "character": 3
3122
3223
  },
3123
3224
  "raw": "/**\n * total fatal warning count of the component (from all of the files).\n */",
3124
- "comment": "total fatal warning count of the component (from all of the files)."
3225
+ "comment": "total fatal warning count of the component (from all of the files).",
3226
+ "tags": []
3125
3227
  },
3126
3228
  "signature": "(property) totalFixableWarningCount?: number | undefined",
3127
3229
  "name": "totalFixableWarningCount",
@@ -3151,7 +3253,8 @@
3151
3253
  "character": 3
3152
3254
  },
3153
3255
  "raw": "/**\n * total warning count of the component (from all of the files).\n */",
3154
- "comment": "total warning count of the component (from all of the files)."
3256
+ "comment": "total warning count of the component (from all of the files).",
3257
+ "tags": []
3155
3258
  },
3156
3259
  "signature": "(property) totalWarningCount: number",
3157
3260
  "name": "totalWarningCount",
@@ -3180,8 +3283,40 @@
3180
3283
  "line": 37,
3181
3284
  "character": 3
3182
3285
  },
3286
+ "raw": "/**\n * whether the component is clean (have no issues at all)\n */",
3287
+ "comment": "whether the component is clean (have no issues at all)",
3288
+ "tags": []
3289
+ },
3290
+ "signature": "(property) isClean: boolean",
3291
+ "name": "isClean",
3292
+ "type": {
3293
+ "__schema": "KeywordTypeSchema",
3294
+ "location": {
3295
+ "filePath": "linter.ts",
3296
+ "line": 40,
3297
+ "character": 12
3298
+ },
3299
+ "name": "boolean"
3300
+ },
3301
+ "isOptional": false
3302
+ },
3303
+ {
3304
+ "__schema": "VariableLikeSchema",
3305
+ "location": {
3306
+ "filePath": "linter.ts",
3307
+ "line": 45,
3308
+ "character": 3
3309
+ },
3310
+ "doc": {
3311
+ "__schema": "DocSchema",
3312
+ "location": {
3313
+ "filePath": "linter.ts",
3314
+ "line": 42,
3315
+ "character": 3
3316
+ },
3183
3317
  "raw": "/**\n * lint results for each one of the component files\n */",
3184
- "comment": "lint results for each one of the component files"
3318
+ "comment": "lint results for each one of the component files",
3319
+ "tags": []
3185
3320
  },
3186
3321
  "signature": "(property) results: LintResult[]",
3187
3322
  "name": "results",
@@ -3189,14 +3324,14 @@
3189
3324
  "__schema": "TypeArraySchema",
3190
3325
  "location": {
3191
3326
  "filePath": "linter.ts",
3192
- "line": 40,
3327
+ "line": 45,
3193
3328
  "character": 12
3194
3329
  },
3195
3330
  "type": {
3196
3331
  "__schema": "TypeRefSchema",
3197
3332
  "location": {
3198
3333
  "filePath": "linter.ts",
3199
- "line": 40,
3334
+ "line": 45,
3200
3335
  "character": 12
3201
3336
  },
3202
3337
  "name": "LintResult"
@@ -3211,7 +3346,7 @@
3211
3346
  "__schema": "TypeSchema",
3212
3347
  "location": {
3213
3348
  "filePath": "linter.ts",
3214
- "line": 43,
3349
+ "line": 48,
3215
3350
  "character": 1
3216
3351
  },
3217
3352
  "signature": "type LintResult = {\n filePath: string;\n errorCount: number;\n fatalErrorCount?: number | undefined;\n fixableErrorCount?: number | undefined;\n fixableWarningCount?: number | undefined;\n warningCount: number;\n messages: LintMessage[];\n raw: any;\n}",
@@ -3220,7 +3355,7 @@
3220
3355
  "__schema": "TypeLiteralSchema",
3221
3356
  "location": {
3222
3357
  "filePath": "linter.ts",
3223
- "line": 43,
3358
+ "line": 48,
3224
3359
  "character": 26
3225
3360
  },
3226
3361
  "members": [
@@ -3228,18 +3363,19 @@
3228
3363
  "__schema": "VariableLikeSchema",
3229
3364
  "location": {
3230
3365
  "filePath": "linter.ts",
3231
- "line": 47,
3366
+ "line": 52,
3232
3367
  "character": 3
3233
3368
  },
3234
3369
  "doc": {
3235
3370
  "__schema": "DocSchema",
3236
3371
  "location": {
3237
3372
  "filePath": "linter.ts",
3238
- "line": 44,
3373
+ "line": 49,
3239
3374
  "character": 3
3240
3375
  },
3241
3376
  "raw": "/**\n * path of the linted file.\n */",
3242
- "comment": "path of the linted file."
3377
+ "comment": "path of the linted file.",
3378
+ "tags": []
3243
3379
  },
3244
3380
  "signature": "(property) filePath: string",
3245
3381
  "name": "filePath",
@@ -3247,7 +3383,7 @@
3247
3383
  "__schema": "KeywordTypeSchema",
3248
3384
  "location": {
3249
3385
  "filePath": "linter.ts",
3250
- "line": 47,
3386
+ "line": 52,
3251
3387
  "character": 13
3252
3388
  },
3253
3389
  "name": "string"
@@ -3258,18 +3394,19 @@
3258
3394
  "__schema": "VariableLikeSchema",
3259
3395
  "location": {
3260
3396
  "filePath": "linter.ts",
3261
- "line": 52,
3397
+ "line": 57,
3262
3398
  "character": 3
3263
3399
  },
3264
3400
  "doc": {
3265
3401
  "__schema": "DocSchema",
3266
3402
  "location": {
3267
3403
  "filePath": "linter.ts",
3268
- "line": 49,
3404
+ "line": 54,
3269
3405
  "character": 3
3270
3406
  },
3271
3407
  "raw": "/**\n * numbers of errors found.\n */",
3272
- "comment": "numbers of errors found."
3408
+ "comment": "numbers of errors found.",
3409
+ "tags": []
3273
3410
  },
3274
3411
  "signature": "(property) errorCount: number",
3275
3412
  "name": "errorCount",
@@ -3277,7 +3414,7 @@
3277
3414
  "__schema": "KeywordTypeSchema",
3278
3415
  "location": {
3279
3416
  "filePath": "linter.ts",
3280
- "line": 52,
3417
+ "line": 57,
3281
3418
  "character": 15
3282
3419
  },
3283
3420
  "name": "number"
@@ -3288,18 +3425,19 @@
3288
3425
  "__schema": "VariableLikeSchema",
3289
3426
  "location": {
3290
3427
  "filePath": "linter.ts",
3291
- "line": 57,
3428
+ "line": 62,
3292
3429
  "character": 3
3293
3430
  },
3294
3431
  "doc": {
3295
3432
  "__schema": "DocSchema",
3296
3433
  "location": {
3297
3434
  "filePath": "linter.ts",
3298
- "line": 54,
3435
+ "line": 59,
3299
3436
  "character": 3
3300
3437
  },
3301
3438
  "raw": "/**\n * numbers of errors found.\n */",
3302
- "comment": "numbers of errors found."
3439
+ "comment": "numbers of errors found.",
3440
+ "tags": []
3303
3441
  },
3304
3442
  "signature": "(property) fatalErrorCount?: number | undefined",
3305
3443
  "name": "fatalErrorCount",
@@ -3307,7 +3445,7 @@
3307
3445
  "__schema": "KeywordTypeSchema",
3308
3446
  "location": {
3309
3447
  "filePath": "linter.ts",
3310
- "line": 57,
3448
+ "line": 62,
3311
3449
  "character": 21
3312
3450
  },
3313
3451
  "name": "number"
@@ -3318,18 +3456,19 @@
3318
3456
  "__schema": "VariableLikeSchema",
3319
3457
  "location": {
3320
3458
  "filePath": "linter.ts",
3321
- "line": 62,
3459
+ "line": 67,
3322
3460
  "character": 3
3323
3461
  },
3324
3462
  "doc": {
3325
3463
  "__schema": "DocSchema",
3326
3464
  "location": {
3327
3465
  "filePath": "linter.ts",
3328
- "line": 59,
3466
+ "line": 64,
3329
3467
  "character": 3
3330
3468
  },
3331
3469
  "raw": "/**\n * numbers of fixable errors found.\n */",
3332
- "comment": "numbers of fixable errors found."
3470
+ "comment": "numbers of fixable errors found.",
3471
+ "tags": []
3333
3472
  },
3334
3473
  "signature": "(property) fixableErrorCount?: number | undefined",
3335
3474
  "name": "fixableErrorCount",
@@ -3337,7 +3476,7 @@
3337
3476
  "__schema": "KeywordTypeSchema",
3338
3477
  "location": {
3339
3478
  "filePath": "linter.ts",
3340
- "line": 62,
3479
+ "line": 67,
3341
3480
  "character": 23
3342
3481
  },
3343
3482
  "name": "number"
@@ -3348,18 +3487,19 @@
3348
3487
  "__schema": "VariableLikeSchema",
3349
3488
  "location": {
3350
3489
  "filePath": "linter.ts",
3351
- "line": 67,
3490
+ "line": 72,
3352
3491
  "character": 3
3353
3492
  },
3354
3493
  "doc": {
3355
3494
  "__schema": "DocSchema",
3356
3495
  "location": {
3357
3496
  "filePath": "linter.ts",
3358
- "line": 64,
3497
+ "line": 69,
3359
3498
  "character": 3
3360
3499
  },
3361
3500
  "raw": "/**\n * numbers of fixable warning found.\n */",
3362
- "comment": "numbers of fixable warning found."
3501
+ "comment": "numbers of fixable warning found.",
3502
+ "tags": []
3363
3503
  },
3364
3504
  "signature": "(property) fixableWarningCount?: number | undefined",
3365
3505
  "name": "fixableWarningCount",
@@ -3367,7 +3507,7 @@
3367
3507
  "__schema": "KeywordTypeSchema",
3368
3508
  "location": {
3369
3509
  "filePath": "linter.ts",
3370
- "line": 67,
3510
+ "line": 72,
3371
3511
  "character": 25
3372
3512
  },
3373
3513
  "name": "number"
@@ -3378,18 +3518,19 @@
3378
3518
  "__schema": "VariableLikeSchema",
3379
3519
  "location": {
3380
3520
  "filePath": "linter.ts",
3381
- "line": 72,
3521
+ "line": 77,
3382
3522
  "character": 3
3383
3523
  },
3384
3524
  "doc": {
3385
3525
  "__schema": "DocSchema",
3386
3526
  "location": {
3387
3527
  "filePath": "linter.ts",
3388
- "line": 69,
3528
+ "line": 74,
3389
3529
  "character": 3
3390
3530
  },
3391
3531
  "raw": "/**\n * number of found warnings.\n */",
3392
- "comment": "number of found warnings."
3532
+ "comment": "number of found warnings.",
3533
+ "tags": []
3393
3534
  },
3394
3535
  "signature": "(property) warningCount: number",
3395
3536
  "name": "warningCount",
@@ -3397,7 +3538,7 @@
3397
3538
  "__schema": "KeywordTypeSchema",
3398
3539
  "location": {
3399
3540
  "filePath": "linter.ts",
3400
- "line": 72,
3541
+ "line": 77,
3401
3542
  "character": 17
3402
3543
  },
3403
3544
  "name": "number"
@@ -3408,18 +3549,19 @@
3408
3549
  "__schema": "VariableLikeSchema",
3409
3550
  "location": {
3410
3551
  "filePath": "linter.ts",
3411
- "line": 77,
3552
+ "line": 82,
3412
3553
  "character": 3
3413
3554
  },
3414
3555
  "doc": {
3415
3556
  "__schema": "DocSchema",
3416
3557
  "location": {
3417
3558
  "filePath": "linter.ts",
3418
- "line": 74,
3559
+ "line": 79,
3419
3560
  "character": 3
3420
3561
  },
3421
3562
  "raw": "/**\n * lint messages.\n */",
3422
- "comment": "lint messages."
3563
+ "comment": "lint messages.",
3564
+ "tags": []
3423
3565
  },
3424
3566
  "signature": "(property) messages: LintMessage[]",
3425
3567
  "name": "messages",
@@ -3427,14 +3569,14 @@
3427
3569
  "__schema": "TypeArraySchema",
3428
3570
  "location": {
3429
3571
  "filePath": "linter.ts",
3430
- "line": 77,
3572
+ "line": 82,
3431
3573
  "character": 13
3432
3574
  },
3433
3575
  "type": {
3434
3576
  "__schema": "TypeRefSchema",
3435
3577
  "location": {
3436
3578
  "filePath": "linter.ts",
3437
- "line": 77,
3579
+ "line": 82,
3438
3580
  "character": 13
3439
3581
  },
3440
3582
  "name": "LintMessage",
@@ -3447,18 +3589,19 @@
3447
3589
  "__schema": "VariableLikeSchema",
3448
3590
  "location": {
3449
3591
  "filePath": "linter.ts",
3450
- "line": 82,
3592
+ "line": 87,
3451
3593
  "character": 3
3452
3594
  },
3453
3595
  "doc": {
3454
3596
  "__schema": "DocSchema",
3455
3597
  "location": {
3456
3598
  "filePath": "linter.ts",
3457
- "line": 79,
3599
+ "line": 84,
3458
3600
  "character": 3
3459
3601
  },
3460
3602
  "raw": "/**\n * Raw data as returned from the linter\n */",
3461
- "comment": "Raw data as returned from the linter"
3603
+ "comment": "Raw data as returned from the linter",
3604
+ "tags": []
3462
3605
  },
3463
3606
  "signature": "(property) raw: any",
3464
3607
  "name": "raw",
@@ -3466,7 +3609,7 @@
3466
3609
  "__schema": "KeywordTypeSchema",
3467
3610
  "location": {
3468
3611
  "filePath": "linter.ts",
3469
- "line": 82,
3612
+ "line": 87,
3470
3613
  "character": 8
3471
3614
  },
3472
3615
  "name": "any"
@@ -3480,7 +3623,7 @@
3480
3623
  "__schema": "TypeSchema",
3481
3624
  "location": {
3482
3625
  "filePath": "linter.ts",
3483
- "line": 85,
3626
+ "line": 90,
3484
3627
  "character": 1
3485
3628
  },
3486
3629
  "signature": "type LintMessage = {\n severity: string;\n column: number;\n line: number;\n endColumn?: number | undefined;\n endLine?: number | undefined;\n message: string;\n suggestions?: string[] | undefined;\n}",
@@ -3489,7 +3632,7 @@
3489
3632
  "__schema": "TypeLiteralSchema",
3490
3633
  "location": {
3491
3634
  "filePath": "linter.ts",
3492
- "line": 85,
3635
+ "line": 90,
3493
3636
  "character": 27
3494
3637
  },
3495
3638
  "members": [
@@ -3497,18 +3640,19 @@
3497
3640
  "__schema": "VariableLikeSchema",
3498
3641
  "location": {
3499
3642
  "filePath": "linter.ts",
3500
- "line": 89,
3643
+ "line": 94,
3501
3644
  "character": 3
3502
3645
  },
3503
3646
  "doc": {
3504
3647
  "__schema": "DocSchema",
3505
3648
  "location": {
3506
3649
  "filePath": "linter.ts",
3507
- "line": 86,
3650
+ "line": 91,
3508
3651
  "character": 3
3509
3652
  },
3510
3653
  "raw": "/**\n * severity of the issue.\n */",
3511
- "comment": "severity of the issue."
3654
+ "comment": "severity of the issue.",
3655
+ "tags": []
3512
3656
  },
3513
3657
  "signature": "(property) severity: string",
3514
3658
  "name": "severity",
@@ -3516,7 +3660,7 @@
3516
3660
  "__schema": "KeywordTypeSchema",
3517
3661
  "location": {
3518
3662
  "filePath": "linter.ts",
3519
- "line": 89,
3663
+ "line": 94,
3520
3664
  "character": 13
3521
3665
  },
3522
3666
  "name": "string"
@@ -3527,18 +3671,19 @@
3527
3671
  "__schema": "VariableLikeSchema",
3528
3672
  "location": {
3529
3673
  "filePath": "linter.ts",
3530
- "line": 93,
3674
+ "line": 98,
3531
3675
  "character": 3
3532
3676
  },
3533
3677
  "doc": {
3534
3678
  "__schema": "DocSchema",
3535
3679
  "location": {
3536
3680
  "filePath": "linter.ts",
3537
- "line": 90,
3681
+ "line": 95,
3538
3682
  "character": 3
3539
3683
  },
3540
3684
  "raw": "/**\n * stating column of the issue.\n */",
3541
- "comment": "stating column of the issue."
3685
+ "comment": "stating column of the issue.",
3686
+ "tags": []
3542
3687
  },
3543
3688
  "signature": "(property) column: number",
3544
3689
  "name": "column",
@@ -3546,7 +3691,7 @@
3546
3691
  "__schema": "KeywordTypeSchema",
3547
3692
  "location": {
3548
3693
  "filePath": "linter.ts",
3549
- "line": 93,
3694
+ "line": 98,
3550
3695
  "character": 11
3551
3696
  },
3552
3697
  "name": "number"
@@ -3557,18 +3702,19 @@
3557
3702
  "__schema": "VariableLikeSchema",
3558
3703
  "location": {
3559
3704
  "filePath": "linter.ts",
3560
- "line": 98,
3705
+ "line": 103,
3561
3706
  "character": 3
3562
3707
  },
3563
3708
  "doc": {
3564
3709
  "__schema": "DocSchema",
3565
3710
  "location": {
3566
3711
  "filePath": "linter.ts",
3567
- "line": 95,
3712
+ "line": 100,
3568
3713
  "character": 3
3569
3714
  },
3570
3715
  "raw": "/**\n * line of the issue.\n */",
3571
- "comment": "line of the issue."
3716
+ "comment": "line of the issue.",
3717
+ "tags": []
3572
3718
  },
3573
3719
  "signature": "(property) line: number",
3574
3720
  "name": "line",
@@ -3576,7 +3722,7 @@
3576
3722
  "__schema": "KeywordTypeSchema",
3577
3723
  "location": {
3578
3724
  "filePath": "linter.ts",
3579
- "line": 98,
3725
+ "line": 103,
3580
3726
  "character": 9
3581
3727
  },
3582
3728
  "name": "number"
@@ -3587,18 +3733,19 @@
3587
3733
  "__schema": "VariableLikeSchema",
3588
3734
  "location": {
3589
3735
  "filePath": "linter.ts",
3590
- "line": 103,
3736
+ "line": 108,
3591
3737
  "character": 3
3592
3738
  },
3593
3739
  "doc": {
3594
3740
  "__schema": "DocSchema",
3595
3741
  "location": {
3596
3742
  "filePath": "linter.ts",
3597
- "line": 100,
3743
+ "line": 105,
3598
3744
  "character": 3
3599
3745
  },
3600
3746
  "raw": "/**\n * end column of the issue.\n */",
3601
- "comment": "end column of the issue."
3747
+ "comment": "end column of the issue.",
3748
+ "tags": []
3602
3749
  },
3603
3750
  "signature": "(property) endColumn?: number | undefined",
3604
3751
  "name": "endColumn",
@@ -3606,7 +3753,7 @@
3606
3753
  "__schema": "KeywordTypeSchema",
3607
3754
  "location": {
3608
3755
  "filePath": "linter.ts",
3609
- "line": 103,
3756
+ "line": 108,
3610
3757
  "character": 15
3611
3758
  },
3612
3759
  "name": "number"
@@ -3617,18 +3764,19 @@
3617
3764
  "__schema": "VariableLikeSchema",
3618
3765
  "location": {
3619
3766
  "filePath": "linter.ts",
3620
- "line": 108,
3767
+ "line": 113,
3621
3768
  "character": 3
3622
3769
  },
3623
3770
  "doc": {
3624
3771
  "__schema": "DocSchema",
3625
3772
  "location": {
3626
3773
  "filePath": "linter.ts",
3627
- "line": 105,
3774
+ "line": 110,
3628
3775
  "character": 3
3629
3776
  },
3630
3777
  "raw": "/**\n * end line of the issue.\n */",
3631
- "comment": "end line of the issue."
3778
+ "comment": "end line of the issue.",
3779
+ "tags": []
3632
3780
  },
3633
3781
  "signature": "(property) endLine?: number | undefined",
3634
3782
  "name": "endLine",
@@ -3636,7 +3784,7 @@
3636
3784
  "__schema": "KeywordTypeSchema",
3637
3785
  "location": {
3638
3786
  "filePath": "linter.ts",
3639
- "line": 108,
3787
+ "line": 113,
3640
3788
  "character": 13
3641
3789
  },
3642
3790
  "name": "number"
@@ -3647,18 +3795,19 @@
3647
3795
  "__schema": "VariableLikeSchema",
3648
3796
  "location": {
3649
3797
  "filePath": "linter.ts",
3650
- "line": 113,
3798
+ "line": 118,
3651
3799
  "character": 3
3652
3800
  },
3653
3801
  "doc": {
3654
3802
  "__schema": "DocSchema",
3655
3803
  "location": {
3656
3804
  "filePath": "linter.ts",
3657
- "line": 110,
3805
+ "line": 115,
3658
3806
  "character": 3
3659
3807
  },
3660
3808
  "raw": "/**\n * message of the issue.\n */",
3661
- "comment": "message of the issue."
3809
+ "comment": "message of the issue.",
3810
+ "tags": []
3662
3811
  },
3663
3812
  "signature": "(property) message: string",
3664
3813
  "name": "message",
@@ -3666,7 +3815,7 @@
3666
3815
  "__schema": "KeywordTypeSchema",
3667
3816
  "location": {
3668
3817
  "filePath": "linter.ts",
3669
- "line": 113,
3818
+ "line": 118,
3670
3819
  "character": 12
3671
3820
  },
3672
3821
  "name": "string"
@@ -3677,18 +3826,19 @@
3677
3826
  "__schema": "VariableLikeSchema",
3678
3827
  "location": {
3679
3828
  "filePath": "linter.ts",
3680
- "line": 118,
3829
+ "line": 123,
3681
3830
  "character": 3
3682
3831
  },
3683
3832
  "doc": {
3684
3833
  "__schema": "DocSchema",
3685
3834
  "location": {
3686
3835
  "filePath": "linter.ts",
3687
- "line": 115,
3836
+ "line": 120,
3688
3837
  "character": 3
3689
3838
  },
3690
3839
  "raw": "/**\n * lint suggestions.\n */",
3691
- "comment": "lint suggestions."
3840
+ "comment": "lint suggestions.",
3841
+ "tags": []
3692
3842
  },
3693
3843
  "signature": "(property) suggestions?: string[] | undefined",
3694
3844
  "name": "suggestions",
@@ -3696,14 +3846,14 @@
3696
3846
  "__schema": "TypeArraySchema",
3697
3847
  "location": {
3698
3848
  "filePath": "linter.ts",
3699
- "line": 118,
3849
+ "line": 123,
3700
3850
  "character": 17
3701
3851
  },
3702
3852
  "type": {
3703
3853
  "__schema": "KeywordTypeSchema",
3704
3854
  "location": {
3705
3855
  "filePath": "linter.ts",
3706
- "line": 118,
3856
+ "line": 123,
3707
3857
  "character": 17
3708
3858
  },
3709
3859
  "name": "string"
@@ -3718,16 +3868,16 @@
3718
3868
  "__schema": "TypeSchema",
3719
3869
  "location": {
3720
3870
  "filePath": "linter.ts",
3721
- "line": 121,
3871
+ "line": 126,
3722
3872
  "character": 1
3723
3873
  },
3724
- "signature": "type LintResults = {\n results: ComponentLintResult[];\n totalErrorCount: number;\n totalFatalErrorCount?: number | undefined;\n totalFixableErrorCount?: number | undefined;\n totalFixableWarningCount?: number | undefined;\n totalWarningCount: number;\n ... 5 more ...;\n errors: Error[];\n}",
3874
+ "signature": "type LintResults = {\n results: ComponentLintResult[];\n totalErrorCount: number;\n totalFatalErrorCount?: number | undefined;\n totalFixableErrorCount?: number | undefined;\n totalFixableWarningCount?: number | undefined;\n totalWarningCount: number;\n ... 6 more ...;\n errors: Error[];\n}",
3725
3875
  "name": "LintResults",
3726
3876
  "type": {
3727
3877
  "__schema": "TypeLiteralSchema",
3728
3878
  "location": {
3729
3879
  "filePath": "linter.ts",
3730
- "line": 121,
3880
+ "line": 126,
3731
3881
  "character": 27
3732
3882
  },
3733
3883
  "members": [
@@ -3735,7 +3885,7 @@
3735
3885
  "__schema": "VariableLikeSchema",
3736
3886
  "location": {
3737
3887
  "filePath": "linter.ts",
3738
- "line": 122,
3888
+ "line": 127,
3739
3889
  "character": 3
3740
3890
  },
3741
3891
  "signature": "(property) results: ComponentLintResult[]",
@@ -3744,14 +3894,14 @@
3744
3894
  "__schema": "TypeArraySchema",
3745
3895
  "location": {
3746
3896
  "filePath": "linter.ts",
3747
- "line": 122,
3897
+ "line": 127,
3748
3898
  "character": 12
3749
3899
  },
3750
3900
  "type": {
3751
3901
  "__schema": "TypeRefSchema",
3752
3902
  "location": {
3753
3903
  "filePath": "linter.ts",
3754
- "line": 122,
3904
+ "line": 127,
3755
3905
  "character": 12
3756
3906
  },
3757
3907
  "name": "ComponentLintResult"
@@ -3763,18 +3913,19 @@
3763
3913
  "__schema": "VariableLikeSchema",
3764
3914
  "location": {
3765
3915
  "filePath": "linter.ts",
3766
- "line": 126,
3916
+ "line": 131,
3767
3917
  "character": 3
3768
3918
  },
3769
3919
  "doc": {
3770
3920
  "__schema": "DocSchema",
3771
3921
  "location": {
3772
3922
  "filePath": "linter.ts",
3773
- "line": 123,
3923
+ "line": 128,
3774
3924
  "character": 3
3775
3925
  },
3776
3926
  "raw": "/**\n * total errors count of the component (from all of the components).\n */",
3777
- "comment": "total errors count of the component (from all of the components)."
3927
+ "comment": "total errors count of the component (from all of the components).",
3928
+ "tags": []
3778
3929
  },
3779
3930
  "signature": "(property) totalErrorCount: number",
3780
3931
  "name": "totalErrorCount",
@@ -3782,7 +3933,7 @@
3782
3933
  "__schema": "KeywordTypeSchema",
3783
3934
  "location": {
3784
3935
  "filePath": "linter.ts",
3785
- "line": 126,
3936
+ "line": 131,
3786
3937
  "character": 20
3787
3938
  },
3788
3939
  "name": "number"
@@ -3793,18 +3944,19 @@
3793
3944
  "__schema": "VariableLikeSchema",
3794
3945
  "location": {
3795
3946
  "filePath": "linter.ts",
3796
- "line": 130,
3947
+ "line": 135,
3797
3948
  "character": 3
3798
3949
  },
3799
3950
  "doc": {
3800
3951
  "__schema": "DocSchema",
3801
3952
  "location": {
3802
3953
  "filePath": "linter.ts",
3803
- "line": 127,
3954
+ "line": 132,
3804
3955
  "character": 3
3805
3956
  },
3806
3957
  "raw": "/**\n * total fatal errors count of the component (from all of the components).\n */",
3807
- "comment": "total fatal errors count of the component (from all of the components)."
3958
+ "comment": "total fatal errors count of the component (from all of the components).",
3959
+ "tags": []
3808
3960
  },
3809
3961
  "signature": "(property) totalFatalErrorCount?: number | undefined",
3810
3962
  "name": "totalFatalErrorCount",
@@ -3812,7 +3964,7 @@
3812
3964
  "__schema": "KeywordTypeSchema",
3813
3965
  "location": {
3814
3966
  "filePath": "linter.ts",
3815
- "line": 130,
3967
+ "line": 135,
3816
3968
  "character": 26
3817
3969
  },
3818
3970
  "name": "number"
@@ -3823,18 +3975,19 @@
3823
3975
  "__schema": "VariableLikeSchema",
3824
3976
  "location": {
3825
3977
  "filePath": "linter.ts",
3826
- "line": 134,
3978
+ "line": 139,
3827
3979
  "character": 3
3828
3980
  },
3829
3981
  "doc": {
3830
3982
  "__schema": "DocSchema",
3831
3983
  "location": {
3832
3984
  "filePath": "linter.ts",
3833
- "line": 131,
3985
+ "line": 136,
3834
3986
  "character": 3
3835
3987
  },
3836
3988
  "raw": "/**\n * total fixable errors count of the component (from all of the components).\n */",
3837
- "comment": "total fixable errors count of the component (from all of the components)."
3989
+ "comment": "total fixable errors count of the component (from all of the components).",
3990
+ "tags": []
3838
3991
  },
3839
3992
  "signature": "(property) totalFixableErrorCount?: number | undefined",
3840
3993
  "name": "totalFixableErrorCount",
@@ -3842,7 +3995,7 @@
3842
3995
  "__schema": "KeywordTypeSchema",
3843
3996
  "location": {
3844
3997
  "filePath": "linter.ts",
3845
- "line": 134,
3998
+ "line": 139,
3846
3999
  "character": 28
3847
4000
  },
3848
4001
  "name": "number"
@@ -3853,18 +4006,19 @@
3853
4006
  "__schema": "VariableLikeSchema",
3854
4007
  "location": {
3855
4008
  "filePath": "linter.ts",
3856
- "line": 138,
4009
+ "line": 143,
3857
4010
  "character": 3
3858
4011
  },
3859
4012
  "doc": {
3860
4013
  "__schema": "DocSchema",
3861
4014
  "location": {
3862
4015
  "filePath": "linter.ts",
3863
- "line": 135,
4016
+ "line": 140,
3864
4017
  "character": 3
3865
4018
  },
3866
4019
  "raw": "/**\n * total fatal warning count of the component (from all of the components).\n */",
3867
- "comment": "total fatal warning count of the component (from all of the components)."
4020
+ "comment": "total fatal warning count of the component (from all of the components).",
4021
+ "tags": []
3868
4022
  },
3869
4023
  "signature": "(property) totalFixableWarningCount?: number | undefined",
3870
4024
  "name": "totalFixableWarningCount",
@@ -3872,7 +4026,7 @@
3872
4026
  "__schema": "KeywordTypeSchema",
3873
4027
  "location": {
3874
4028
  "filePath": "linter.ts",
3875
- "line": 138,
4029
+ "line": 143,
3876
4030
  "character": 30
3877
4031
  },
3878
4032
  "name": "number"
@@ -3883,18 +4037,19 @@
3883
4037
  "__schema": "VariableLikeSchema",
3884
4038
  "location": {
3885
4039
  "filePath": "linter.ts",
3886
- "line": 142,
4040
+ "line": 147,
3887
4041
  "character": 3
3888
4042
  },
3889
4043
  "doc": {
3890
4044
  "__schema": "DocSchema",
3891
4045
  "location": {
3892
4046
  "filePath": "linter.ts",
3893
- "line": 139,
4047
+ "line": 144,
3894
4048
  "character": 3
3895
4049
  },
3896
4050
  "raw": "/**\n * total warning count of the component (from all of the components).\n */",
3897
- "comment": "total warning count of the component (from all of the components)."
4051
+ "comment": "total warning count of the component (from all of the components).",
4052
+ "tags": []
3898
4053
  },
3899
4054
  "signature": "(property) totalWarningCount: number",
3900
4055
  "name": "totalWarningCount",
@@ -3902,7 +4057,7 @@
3902
4057
  "__schema": "KeywordTypeSchema",
3903
4058
  "location": {
3904
4059
  "filePath": "linter.ts",
3905
- "line": 142,
4060
+ "line": 147,
3906
4061
  "character": 22
3907
4062
  },
3908
4063
  "name": "number"
@@ -3913,7 +4068,7 @@
3913
4068
  "__schema": "VariableLikeSchema",
3914
4069
  "location": {
3915
4070
  "filePath": "linter.ts",
3916
- "line": 144,
4071
+ "line": 149,
3917
4072
  "character": 3
3918
4073
  },
3919
4074
  "signature": "(property) totalComponentsWithErrorCount: number",
@@ -3922,7 +4077,7 @@
3922
4077
  "__schema": "KeywordTypeSchema",
3923
4078
  "location": {
3924
4079
  "filePath": "linter.ts",
3925
- "line": 144,
4080
+ "line": 149,
3926
4081
  "character": 34
3927
4082
  },
3928
4083
  "name": "number"
@@ -3933,7 +4088,7 @@
3933
4088
  "__schema": "VariableLikeSchema",
3934
4089
  "location": {
3935
4090
  "filePath": "linter.ts",
3936
- "line": 145,
4091
+ "line": 150,
3937
4092
  "character": 3
3938
4093
  },
3939
4094
  "signature": "(property) totalComponentsWithFatalErrorCount?: number | undefined",
@@ -3942,7 +4097,7 @@
3942
4097
  "__schema": "KeywordTypeSchema",
3943
4098
  "location": {
3944
4099
  "filePath": "linter.ts",
3945
- "line": 145,
4100
+ "line": 150,
3946
4101
  "character": 40
3947
4102
  },
3948
4103
  "name": "number"
@@ -3953,7 +4108,7 @@
3953
4108
  "__schema": "VariableLikeSchema",
3954
4109
  "location": {
3955
4110
  "filePath": "linter.ts",
3956
- "line": 146,
4111
+ "line": 151,
3957
4112
  "character": 3
3958
4113
  },
3959
4114
  "signature": "(property) totalComponentsWithFixableErrorCount?: number | undefined",
@@ -3962,7 +4117,7 @@
3962
4117
  "__schema": "KeywordTypeSchema",
3963
4118
  "location": {
3964
4119
  "filePath": "linter.ts",
3965
- "line": 146,
4120
+ "line": 151,
3966
4121
  "character": 42
3967
4122
  },
3968
4123
  "name": "number"
@@ -3973,7 +4128,7 @@
3973
4128
  "__schema": "VariableLikeSchema",
3974
4129
  "location": {
3975
4130
  "filePath": "linter.ts",
3976
- "line": 147,
4131
+ "line": 152,
3977
4132
  "character": 3
3978
4133
  },
3979
4134
  "signature": "(property) totalComponentsWithFixableWarningCount?: number | undefined",
@@ -3982,7 +4137,7 @@
3982
4137
  "__schema": "KeywordTypeSchema",
3983
4138
  "location": {
3984
4139
  "filePath": "linter.ts",
3985
- "line": 147,
4140
+ "line": 152,
3986
4141
  "character": 44
3987
4142
  },
3988
4143
  "name": "number"
@@ -3993,7 +4148,7 @@
3993
4148
  "__schema": "VariableLikeSchema",
3994
4149
  "location": {
3995
4150
  "filePath": "linter.ts",
3996
- "line": 148,
4151
+ "line": 153,
3997
4152
  "character": 3
3998
4153
  },
3999
4154
  "signature": "(property) totalComponentsWithWarningCount: number",
@@ -4002,7 +4157,7 @@
4002
4157
  "__schema": "KeywordTypeSchema",
4003
4158
  "location": {
4004
4159
  "filePath": "linter.ts",
4005
- "line": 148,
4160
+ "line": 153,
4006
4161
  "character": 36
4007
4162
  },
4008
4163
  "name": "number"
@@ -4013,7 +4168,38 @@
4013
4168
  "__schema": "VariableLikeSchema",
4014
4169
  "location": {
4015
4170
  "filePath": "linter.ts",
4016
- "line": 150,
4171
+ "line": 158,
4172
+ "character": 3
4173
+ },
4174
+ "doc": {
4175
+ "__schema": "DocSchema",
4176
+ "location": {
4177
+ "filePath": "linter.ts",
4178
+ "line": 155,
4179
+ "character": 3
4180
+ },
4181
+ "raw": "/**\n * whether all the linted components is clean (have no issues at all)\n */",
4182
+ "comment": "whether all the linted components is clean (have no issues at all)",
4183
+ "tags": []
4184
+ },
4185
+ "signature": "(property) isClean: boolean",
4186
+ "name": "isClean",
4187
+ "type": {
4188
+ "__schema": "KeywordTypeSchema",
4189
+ "location": {
4190
+ "filePath": "linter.ts",
4191
+ "line": 158,
4192
+ "character": 12
4193
+ },
4194
+ "name": "boolean"
4195
+ },
4196
+ "isOptional": false
4197
+ },
4198
+ {
4199
+ "__schema": "VariableLikeSchema",
4200
+ "location": {
4201
+ "filePath": "linter.ts",
4202
+ "line": 160,
4017
4203
  "character": 3
4018
4204
  },
4019
4205
  "signature": "(property) errors: Error[]",
@@ -4022,14 +4208,14 @@
4022
4208
  "__schema": "TypeArraySchema",
4023
4209
  "location": {
4024
4210
  "filePath": "linter.ts",
4025
- "line": 150,
4211
+ "line": 160,
4026
4212
  "character": 11
4027
4213
  },
4028
4214
  "type": {
4029
4215
  "__schema": "TypeRefSchema",
4030
4216
  "location": {
4031
4217
  "filePath": "linter.ts",
4032
- "line": 150,
4218
+ "line": 160,
4033
4219
  "character": 11
4034
4220
  },
4035
4221
  "name": "Error"
@@ -4044,7 +4230,7 @@
4044
4230
  "__schema": "InterfaceSchema",
4045
4231
  "location": {
4046
4232
  "filePath": "linter.ts",
4047
- "line": 153,
4233
+ "line": 163,
4048
4234
  "character": 1
4049
4235
  },
4050
4236
  "signature": "interface Linter",
@@ -4054,7 +4240,7 @@
4054
4240
  "__schema": "VariableLikeSchema",
4055
4241
  "location": {
4056
4242
  "filePath": "linter.ts",
4057
- "line": 154,
4243
+ "line": 164,
4058
4244
  "character": 3
4059
4245
  },
4060
4246
  "signature": "(property) Linter.id: string",
@@ -4063,7 +4249,7 @@
4063
4249
  "__schema": "KeywordTypeSchema",
4064
4250
  "location": {
4065
4251
  "filePath": "linter.ts",
4066
- "line": 154,
4252
+ "line": 164,
4067
4253
  "character": 7
4068
4254
  },
4069
4255
  "name": "string"
@@ -4074,7 +4260,7 @@
4074
4260
  "__schema": "FunctionLikeSchema",
4075
4261
  "location": {
4076
4262
  "filePath": "linter.ts",
4077
- "line": 155,
4263
+ "line": 165,
4078
4264
  "character": 3
4079
4265
  },
4080
4266
  "signature": "(method) Linter.lint(context: LinterContext, buildContext?: BuildContext): Promise<LintResults>",
@@ -4084,7 +4270,7 @@
4084
4270
  "__schema": "ParameterSchema",
4085
4271
  "location": {
4086
4272
  "filePath": "linter.ts",
4087
- "line": 155,
4273
+ "line": 165,
4088
4274
  "character": 8
4089
4275
  },
4090
4276
  "name": "context",
@@ -4092,7 +4278,7 @@
4092
4278
  "__schema": "TypeRefSchema",
4093
4279
  "location": {
4094
4280
  "filePath": "linter.ts",
4095
- "line": 155,
4281
+ "line": 165,
4096
4282
  "character": 17
4097
4283
  },
4098
4284
  "name": "LinterContext"
@@ -4104,7 +4290,7 @@
4104
4290
  "__schema": "ParameterSchema",
4105
4291
  "location": {
4106
4292
  "filePath": "linter.ts",
4107
- "line": 155,
4293
+ "line": 165,
4108
4294
  "character": 32
4109
4295
  },
4110
4296
  "name": "buildContext",
@@ -4112,7 +4298,7 @@
4112
4298
  "__schema": "TypeRefSchema",
4113
4299
  "location": {
4114
4300
  "filePath": "linter.ts",
4115
- "line": 155,
4301
+ "line": 165,
4116
4302
  "character": 47
4117
4303
  },
4118
4304
  "name": "BuildContext",
@@ -4129,7 +4315,7 @@
4129
4315
  "__schema": "TypeRefSchema",
4130
4316
  "location": {
4131
4317
  "filePath": "linter.ts",
4132
- "line": 155,
4318
+ "line": 165,
4133
4319
  "character": 62
4134
4320
  },
4135
4321
  "name": "Promise",
@@ -4138,7 +4324,7 @@
4138
4324
  "__schema": "TypeRefSchema",
4139
4325
  "location": {
4140
4326
  "filePath": "linter.ts",
4141
- "line": 155,
4327
+ "line": 165,
4142
4328
  "character": 70
4143
4329
  },
4144
4330
  "name": "LintResults"
@@ -4321,7 +4507,7 @@
4321
4507
  "_legacy": {
4322
4508
  "scope": "teambit.defender",
4323
4509
  "name": "linter",
4324
- "version": "1.0.309"
4510
+ "version": "1.0.311"
4325
4511
  },
4326
4512
  "_scope": "teambit.defender"
4327
4513
  }
@@ -4443,7 +4629,8 @@
4443
4629
  "character": 3
4444
4630
  },
4445
4631
  "raw": "/**\n * extensions formats to lint. (e.g. .ts, .tsx, etc.)\n */",
4446
- "comment": "extensions formats to lint. (e.g. .ts, .tsx, etc.)"
4632
+ "comment": "extensions formats to lint. (e.g. .ts, .tsx, etc.)",
4633
+ "tags": []
4447
4634
  },
4448
4635
  "signature": "(property) LinterOptions.extensionFormats?: string[] | undefined",
4449
4636
  "name": "extensionFormats",
@@ -4481,7 +4668,8 @@
4481
4668
  "character": 3
4482
4669
  },
4483
4670
  "raw": "/**\n * automatically fix problems\n */",
4484
- "comment": "automatically fix problems"
4671
+ "comment": "automatically fix problems",
4672
+ "tags": []
4485
4673
  },
4486
4674
  "signature": "(property) LinterOptions.fix?: boolean | undefined",
4487
4675
  "name": "fix",
@@ -4511,7 +4699,8 @@
4511
4699
  "character": 3
4512
4700
  },
4513
4701
  "raw": "/**\n * specify the types of fixes to apply (problem, suggestion, layout)\n */",
4514
- "comment": "specify the types of fixes to apply (problem, suggestion, layout)"
4702
+ "comment": "specify the types of fixes to apply (problem, suggestion, layout)",
4703
+ "tags": []
4515
4704
  },
4516
4705
  "signature": "(property) LinterOptions.fixTypes?: FixTypes | undefined",
4517
4706
  "name": "fixTypes",
@@ -4575,7 +4764,8 @@
4575
4764
  "character": 3
4576
4765
  },
4577
4766
  "raw": "/**\n * Root dir that contains all the components in the fs that are about to be linted\n * Usually it's the workspace root dir or the capsule root dir\n */",
4578
- "comment": "Root dir that contains all the components in the fs that are about to be linted\nUsually it's the workspace root dir or the capsule root dir"
4767
+ "comment": "Root dir that contains all the components in the fs that are about to be linted\nUsually it's the workspace root dir or the capsule root dir",
4768
+ "tags": []
4579
4769
  },
4580
4770
  "signature": "(property) LinterContext.rootDir?: string | undefined",
4581
4771
  "name": "rootDir",
@@ -4605,7 +4795,8 @@
4605
4795
  "character": 3
4606
4796
  },
4607
4797
  "raw": "/**\n * Component map with the path to the component in the fs\n */",
4608
- "comment": "Component map with the path to the component in the fs"
4798
+ "comment": "Component map with the path to the component in the fs",
4799
+ "tags": []
4609
4800
  },
4610
4801
  "signature": "(property) LinterContext.componentsDirMap: ComponentMap<string>",
4611
4802
  "name": "componentsDirMap",
@@ -4658,7 +4849,7 @@
4658
4849
  "_legacy": {
4659
4850
  "scope": "teambit.defender",
4660
4851
  "name": "linter",
4661
- "version": "1.0.309"
4852
+ "version": "1.0.311"
4662
4853
  },
4663
4854
  "_scope": "teambit.defender"
4664
4855
  }
@@ -4719,7 +4910,8 @@
4719
4910
  "character": 3
4720
4911
  },
4721
4912
  "raw": "/**\n * extensions formats to lint. (e.g. .ts, .tsx, etc.)\n */",
4722
- "comment": "extensions formats to lint. (e.g. .ts, .tsx, etc.)"
4913
+ "comment": "extensions formats to lint. (e.g. .ts, .tsx, etc.)",
4914
+ "tags": []
4723
4915
  }
4724
4916
  },
4725
4917
  {
@@ -4749,7 +4941,8 @@
4749
4941
  "character": 3
4750
4942
  },
4751
4943
  "raw": "/**\n * automatically fix problems\n */",
4752
- "comment": "automatically fix problems"
4944
+ "comment": "automatically fix problems",
4945
+ "tags": []
4753
4946
  }
4754
4947
  },
4755
4948
  {
@@ -4780,7 +4973,8 @@
4780
4973
  "character": 3
4781
4974
  },
4782
4975
  "raw": "/**\n * specify the types of fixes to apply (problem, suggestion, layout)\n */",
4783
- "comment": "specify the types of fixes to apply (problem, suggestion, layout)"
4976
+ "comment": "specify the types of fixes to apply (problem, suggestion, layout)",
4977
+ "tags": []
4784
4978
  }
4785
4979
  }
4786
4980
  ]
@@ -4824,7 +5018,8 @@
4824
5018
  "character": 3
4825
5019
  },
4826
5020
  "raw": "/**\n * return a Linter instance.\n */",
4827
- "comment": "return a Linter instance."
5021
+ "comment": "return a Linter instance.",
5022
+ "tags": []
4828
5023
  },
4829
5024
  "signature": "(method) LinterEnv.linter(): EnvHandler<Linter>",
4830
5025
  "name": "linter",
@@ -4865,7 +5060,7 @@
4865
5060
  "componentId": {
4866
5061
  "scope": "teambit.defender",
4867
5062
  "name": "linter",
4868
- "version": "1.0.309"
5063
+ "version": "1.0.311"
4869
5064
  },
4870
5065
  "taggedModuleExports": []
4871
5066
  }