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