Hi there,
Currently I have to manually exclude certain config files in the monorepo because sonar doesn’t identify these as config files. Examples:
jest.config.ts (jest supports typescript based configs)
stylelint.config.js
packages/frontend/next.config.js
packages/backend/webpack.config.js
I can globally ignore all **/.config. files but this might prove problematic. Instead I’d like to suggest that jest ignore these files by default because they are 3rd party config files.