1{
2    "copyright": [
3        "Copyright (c) 2023-2024 Huawei Device Co., Ltd.",
4        "Licensed under the Apache License, Version 2.0 (the 'License');",
5        "you may not use this file except in compliance with the License.",
6        "You may obtain a copy of the License at",
7        "",
8        "http://www.apache.org/licenses/LICENSE-2.0",
9        "",
10        "Unless required by applicable law or agreed to in writing, software",
11        "distributed under the License is distributed on an 'AS IS' BASIS,",
12        "WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.",
13        "See the License for the specific language governing permissions and",
14        "limitations under the License."
15    ],
16    "nodes": [
17        {
18            "line": 36,
19            "column": 28,
20            "endLine": 36,
21            "endColumn": 44,
22            "problem": "IndexMember",
23            "suggest": "",
24            "rule": "Indexed signatures are not supported (arkts-no-indexed-signatures)"
25        },
26        {
27            "line": 36,
28            "column": 41,
29            "endLine": 36,
30            "endColumn": 44,
31            "problem": "AnyType",
32            "suggest": "",
33            "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)"
34        },
35        {
36            "line": 37,
37            "column": 36,
38            "endLine": 37,
39            "endColumn": 52,
40            "problem": "IndexMember",
41            "suggest": "",
42            "rule": "Indexed signatures are not supported (arkts-no-indexed-signatures)"
43        },
44        {
45            "line": 37,
46            "column": 49,
47            "endLine": 37,
48            "endColumn": 52,
49            "problem": "AnyType",
50            "suggest": "",
51            "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)"
52        },
53        {
54            "line": 38,
55            "column": 34,
56            "endLine": 38,
57            "endColumn": 50,
58            "problem": "IndexMember",
59            "suggest": "",
60            "rule": "Indexed signatures are not supported (arkts-no-indexed-signatures)"
61        },
62        {
63            "line": 38,
64            "column": 47,
65            "endLine": 38,
66            "endColumn": 50,
67            "problem": "AnyType",
68            "suggest": "",
69            "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)"
70        },
71        {
72            "line": 39,
73            "column": 32,
74            "endLine": 39,
75            "endColumn": 48,
76            "problem": "IndexMember",
77            "suggest": "",
78            "rule": "Indexed signatures are not supported (arkts-no-indexed-signatures)"
79        },
80        {
81            "line": 39,
82            "column": 45,
83            "endLine": 39,
84            "endColumn": 48,
85            "problem": "AnyType",
86            "suggest": "",
87            "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)"
88        },
89        {
90            "line": 53,
91            "column": 10,
92            "endLine": 53,
93            "endColumn": 14,
94            "problem": "LimitedReturnTypeInference",
95            "suggest": "",
96            "rule": "Function return type inference is limited (arkts-no-implicit-return-types)"
97        },
98        {
99            "line": 63,
100            "column": 10,
101            "endLine": 63,
102            "endColumn": 14,
103            "problem": "LimitedReturnTypeInference",
104            "suggest": "",
105            "rule": "Function return type inference is limited (arkts-no-implicit-return-types)"
106        },
107        {
108            "line": 69,
109            "column": 12,
110            "endLine": 69,
111            "endColumn": 16,
112            "problem": "PropertyAccessByIndex",
113            "suggest": "",
114            "rule": "Indexed access is not supported for fields (arkts-no-props-by-index)"
115        },
116        {
117            "line": 69,
118            "column": 19,
119            "endLine": 69,
120            "endColumn": 23,
121            "problem": "PropertyAccessByIndex",
122            "suggest": "",
123            "rule": "Indexed access is not supported for fields (arkts-no-props-by-index)"
124        },
125        {
126            "line": 69,
127            "column": 26,
128            "endLine": 69,
129            "endColumn": 30,
130            "problem": "PropertyAccessByIndex",
131            "suggest": "",
132            "rule": "Indexed access is not supported for fields (arkts-no-props-by-index)"
133        },
134        {
135            "line": 69,
136            "column": 33,
137            "endLine": 69,
138            "endColumn": 37,
139            "problem": "PropertyAccessByIndex",
140            "suggest": "",
141            "rule": "Indexed access is not supported for fields (arkts-no-props-by-index)"
142        }
143    ]
144}
145