src/libs/components/app/app.js
11:9 error Make this public static property readonly sonarjs/public-static-readonly
Moreover, even when using JSDoc syntax, it doesn’t help (Documentation - JSDoc Reference), the property becomes private for TypeScript, but the rule still triggers the linter issue.
Could you please tell me how to resolve this issue without disabling the rule itself?