We use SonarQube for checking issues and code coverage. We have such settings for new code, it should be covered by unit tests.
I want to disable these checks for formatting, renaming and imports for my React js files, is it possible? Without typing //NOSONAR on the each line