You are working on a project where the client has specific linting rules. How can you modify the existing linting rules of an Angular CLI project?

  • Modify the .angular-cli.json file
  • Modify the .eslintrc.json file
  • Modify the package.json file
  • Modify the tslint.json file
To modify the linting rules of an Angular CLI project, you should edit the .eslintrc.json file. This file contains the configuration for ESLint, allowing you to customize linting rules to meet the client's specific requirements.
Add your answer
Loading...

Leave a comment

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