Custom TypeScript rules

hello @alexdgft,

currently we are migrating our TypeScript analyzer to be based on ESLint. The best way to have custom rules for TypeScript would be to implement them as ESLint rule and import the report as external issues.

Have a look on https://typescript-eslint.io for further information how to write TypeScript rules for ESLint.

2 Likes