• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "nodes": [
3        {
4            "line": 11,
5            "column": 21,
6            "problem": "AnyType",
7            "autofixable": false,
8            "suggest": "",
9            "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)"
10        },
11        {
12            "line": 11,
13            "column": 27,
14            "problem": "IsOperator",
15            "autofixable": false,
16            "suggest": "",
17            "rule": "Type guarding is supported with \"instanceof\" and \"as\" (arkts-no-is)"
18        }
19    ]
20}