Your team wants to maintain consistent code style and practices across Angular projects. Which Angular CLI feature would you use to enforce this?

  • TSLint
  • ESLint
  • StyleLint
  • Codelyzer
To maintain consistent code style and practices in Angular projects, you would use ESLint. ESLint is a widely-used linting tool that provides extensive configuration options and can enforce coding standards and best practices for TypeScript and JavaScript code, making it a suitable choice for maintaining consistency.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *