Autoscan javascript support

What command does autoscan run on a javscript project?

Does Autoscan support eslint configuration?

Thanks,
Ravi

AutoScan runs sonar-scanner, the CLI tool. To import issues generated by eslint, it would need to run eslint first to generate report files. This is not the case today, but definitely on our radars.