Q. What does the Angular CLI command `ng lint` do?
β
Correct Answer: (A)
Checks code for syntax and style errors
Explanation: `ng lint` runs static code analysis based on defined linting rules.