1{ 2 "nodes": [ 3 { 4 "line": 2, 5 "column": 18, 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": 3, 13 "column": 5, 14 "problem": "UMDModuleDefinition", 15 "autofixable": false, 16 "suggest": "", 17 "rule": "Universal module definitions (UMD) are not supported (arkts-no-umd)" 18 } 19 ] 20}