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": 16,
19            "column": 5,
20            "problem": "DestructuringDeclaration",
21            "suggest": "",
22            "rule": "Destructuring variable declarations are not supported (arkts-no-destruct-decls)"
23        },
24        {
25            "line": 17,
26            "column": 1,
27            "problem": "DestructuringAssignment",
28            "suggest": "",
29            "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)"
30        },
31        {
32            "line": 19,
33            "column": 5,
34            "problem": "AnyType",
35            "suggest": "",
36            "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)"
37        },
38        {
39            "line": 19,
40            "column": 11,
41            "problem": "AnyType",
42            "suggest": "",
43            "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)"
44        },
45        {
46            "line": 20,
47            "column": 1,
48            "problem": "DestructuringAssignment",
49            "suggest": "",
50            "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)"
51        },
52        {
53            "line": 20,
54            "column": 8,
55            "problem": "SpreadOperator",
56            "suggest": "",
57            "rule": "It is possible to spread only arrays or classes derived from arrays into the rest parameter or array literals (arkts-no-spread)"
58        }
59    ]
60}