Q. What does the Angular CLI command 'ng lint' do?
β
Correct Answer: (A)
Runs code quality checks
Explanation: ng lint analyzes code for style and errors based on configured rules.