• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "nodes": [
3        {
4            "line": 2,
5            "column": 18,
6            "problem": "AnyType",
7            "suggest": "",
8            "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)"
9        },
10        {
11            "line": 3,
12            "column": 5,
13            "problem": "UMDModuleDefinition",
14            "suggest": "",
15            "rule": "Universal module definitions (UMD) are not supported (arkts-no-umd)"
16        }
17    ]
18}