1{ 2 "nodes": [ 3 { 4 "line": 1, 5 "column": 9, 6 "problem": "FunctionExpression", 7 "autofixable": true, 8 "autofix": [ 9 { 10 "start": 8, 11 "end": 51, 12 "replacementText": "(s: string) => {\n console.log(s);\n}" 13 } 14 ], 15 "suggest": "", 16 "rule": "Use arrow functions instead of function expressions (arkts-no-func-expressions)" 17 } 18 ] 19}