We're currently working on an ASP .NET project and are looking for a way to analyze JavaScript files on-the-fly. Unfortunately, SonarLint only offers analysis for C# files. The incremental analysis feature seems to have been phased out, and issues analysis requires separate configuration files that are not supported by SonarQube Scanner. Managing two different configuration files and having to constantly rename them is a challenging task when trying to get a large team of developers on board. How can we solve this issue?