I'm a beginner when it comes to SonarLint rules and I've been trying to locate the rule for indentation and variable naming in TypeScript rules, but haven't had any luck.
While I was able to find naming rules for classes and functions, I couldn't find any specific ones for variables.
Does SonarLint have an indentation rule and naming convention for variables?
I need some assistance in clarifying this matter.
Can SonarLint provide support for indentation in TypeScript or not?