• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "nodes": [
3        {
4            "line": 13,
5            "column": 5,
6            "problem": "ImportAfterStatement",
7            "autofixable": false,
8            "rule": "\"import\" statements after other statements are not allowed (arkts-no-misplaced-imports)"
9        }
10    ]
11}