Install the ESLint extension.
Enter the command pallete Ctrl+Shift+P
Install the ESLint extension.
Enter the command pallete Ctrl+Shift+P
| const apiUrl = `https://exampleAPI.example`; | |
| const reqParams = { | |
| params: { | |
| someParam: "ACME", | |
| page: 1, | |
| pageSize: 180 | |
| } | |
| } |
| {"lastUpload":"2020-02-07T18:50:57.422Z","extensionVersion":"v3.4.3"} |
| usort($arrayFoo, function($a, $b) { | |
| return $a['ordemBar'] - $b['ordemBar']; | |
| }); |