I am getting the following error in async usage on ESLINT.
eslint Parsing error: Unexpected token function with async
Here is my
If you are new in the project I recommend just to go back with promises :)
function openTabs(array) { return new Promise((resolve, reject) => { //... your code }); }