eslint missing in angular apps
See original GitHub issuePlease make sure you have read the submission guidelines before posting an issue
Prerequisites
Please answer the following questions for yourself before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
- I am running the latest version
- I checked the documentation and found no answer
- I checked to make sure that this issue has not already been filed
- I’m reporting the issue to the correct repository (not related to Angular, AngularCLI or any dependency)
Expected Behavior
Create angular apps using eslint should be possible
Current Behavior
Can’t create a angular app using eslint as linter
Failure Information (for bugs)
Cannot parse arguments. See below for the reasons.
Argument --linter could not be parsed using value "eslint". Valid values are: "tslint".
Process failed 🐳
Steps to Reproduce
Run ng generate @nrwl/angular:application console --linter=eslint --dry-run --no-interactive
Context
Please provide any relevant information about your setup:
- version of Nx used: 8.4.6
Issue Analytics
- State:
- Created 4 years ago
- Reactions:10
- Comments:13 (5 by maintainers)
Top Results From Across the Web
eslint angular - cant find .eslintrc - Stack Overflow
Ok found the missing piece I had to run this command npm install --save-dev eslint-plugin-angular. I then can see an eslint.rs.json file, ...
Read more >Migrating and configuring Eslint with Angular 11
In this post we will walk through migrating and configuring an Angular 11 project to utilize ESLint and as a bonus add the...
Read more >@angular-eslint/eslint-plugin - npm package | Snyk
ESLint plugin for Angular applications, following angular.io/styleguide For more ... Looks like @angular-eslint/eslint-plugin is missing a security policy.
Read more >Angular compiler options
When you use ahead-of-time compilation (AOT), you can control how your application is compiled by specifying template compiler options in the TypeScript ...
Read more >Rules - ESLint - Pluggable JavaScript Linter
Rules in ESLint are grouped by type to help you understand their purpose. Each rule has emojis denoting: ✓ Recommended. The "extends": "eslint:recommended" ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Hey guys, any news on migrating from tslint to eslint?
Unfortunately, Angular is trapped in his own shell. The angular team should make CLI freer as soon as possible. To me, a CLI task should be limited. It is a nightmare to constantly consider the compatibility problem of the packages that CLI is dependent on. CLI is betraying its developers by taking responsibility for the
lintandtestprocess.