1{ 2 "nodes": [ 3 { 4 "line": 4, 5 "column": 8, 6 "problem": "VarDeclaration", 7 "autofixable": false, 8 "suggest": "", 9 "rule": "Use \"let\" instead of \"var\" (arkts-no-var)" 10 }, 11 { 12 "line": 14, 13 "column": 5, 14 "problem": "VarDeclaration", 15 "autofixable": false, 16 "suggest": "", 17 "rule": "Use \"let\" instead of \"var\" (arkts-no-var)" 18 }, 19 { 20 "line": 6, 21 "column": 12, 22 "problem": "StrictDiagnostic", 23 "autofixable": false, 24 "suggest": "Variable 'x' is used before being assigned.", 25 "rule": "Variable 'x' is used before being assigned." 26 } 27 ] 28}