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": 1,
20            "problem": "InterfaceMerging",
21            "suggest": "",
22            "rule": "Declaration merging is not supported (arkts-no-decl-merging)"
23        },
24        {
25            "line": 17,
26            "column": 18,
27            "problem": "ObjectTypeLiteral",
28            "suggest": "",
29            "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)"
30        },
31        {
32            "line": 19,
33            "column": 1,
34            "problem": "InterfaceMerging",
35            "suggest": "",
36            "rule": "Declaration merging is not supported (arkts-no-decl-merging)"
37        },
38        {
39            "line": 20,
40            "column": 18,
41            "problem": "ObjectTypeLiteral",
42            "suggest": "",
43            "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)"
44        },
45        {
46            "line": 23,
47            "column": 1,
48            "problem": "IntefaceExtendDifProps",
49            "suggest": "",
50            "rule": "Interface can not extend interfaces with the same method (arkts-no-extend-same-prop)"
51        },
52        {
53            "line": 24,
54            "column": 18,
55            "problem": "ObjectTypeLiteral",
56            "suggest": "",
57            "rule": "Object literals cannot be used as type declarations (arkts-no-obj-literals-as-types)"
58        },
59        {
60            "line": 35,
61            "column": 16,
62            "problem": "ObjectLiteralNoContextType",
63            "suggest": "",
64            "rule": "Object literal must correspond to some explicitly declared class or interface (arkts-no-untyped-obj-literals)"
65        },
66        {
67            "line": 45,
68            "column": 1,
69            "problem": "InterfaceMerging",
70            "suggest": "",
71            "rule": "Declaration merging is not supported (arkts-no-decl-merging)"
72        },
73        {
74            "line": 55,
75            "column": 1,
76            "problem": "InterfaceMerging",
77            "suggest": "",
78            "rule": "Declaration merging is not supported (arkts-no-decl-merging)"
79        }
80    ]
81}