1{ 2 "nodes": [ 3 { 4 "line": 2, 5 "column": 5, 6 "problem": "ExportAssignment", 7 "autofixable": false, 8 "suggest": "", 9 "rule": "\"export = ...\" assignment is not supported (arkts-no-export-assignment)" 10 }, 11 { 12 "line": 10, 13 "column": 5, 14 "problem": "ImportAssignment", 15 "autofixable": false, 16 "suggest": "", 17 "rule": "\"require\" and \"import\" assignment are not supported (arkts-no-require)" 18 }, 19 { 20 "line": 12, 21 "column": 9, 22 "problem": "AnyType", 23 "autofixable": false, 24 "suggest": "", 25 "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)" 26 } 27 ] 28}