• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "nodes": [
3        {
4            "line": 2,
5            "column": 5,
6            "problem": "VarDeclaration",
7            "autofixable": false,
8            "suggest": "",
9            "rule": "Use \"let\" instead of \"var\" (arkts-no-var)"
10        },
11        {
12            "line": 5,
13            "column": 5,
14            "problem": "GlobalThis",
15            "autofixable": false,
16            "suggest": "",
17            "rule": "\"globalThis\" is not supported (arkts-no-globalthis)"
18        }
19    ]
20}