1{ 2 "nodes": [ 3 { 4 "line": 1, 5 "column": 5, 6 "problem": "DestructuringDeclaration", 7 "autofixable": false, 8 "suggest": "", 9 "rule": "Destructuring variable declarations are not supported (arkts-no-destruct-decls)" 10 }, 11 { 12 "line": 2, 13 "column": 1, 14 "problem": "DestructuringAssignment", 15 "autofixable": false, 16 "suggest": "", 17 "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)" 18 }, 19 { 20 "line": 4, 21 "column": 5, 22 "problem": "AnyType", 23 "autofixable": false, 24 "suggest": "", 25 "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)" 26 }, 27 { 28 "line": 4, 29 "column": 11, 30 "problem": "AnyType", 31 "autofixable": false, 32 "suggest": "", 33 "rule": "Use explicit types instead of \"any\", \"unknown\" (arkts-no-any-unknown)" 34 }, 35 { 36 "line": 5, 37 "column": 1, 38 "problem": "DestructuringAssignment", 39 "autofixable": false, 40 "suggest": "", 41 "rule": "Destructuring assignment is not supported (arkts-no-destruct-assignment)" 42 }, 43 { 44 "line": 5, 45 "column": 8, 46 "problem": "SpreadOperator", 47 "autofixable": false, 48 "suggest": "", 49 "rule": "It is possible to spread only arrays or classes derived from arrays into the rest parameter or array literals (arkts-no-spread)" 50 } 51 ] 52}