[Angular + Nest] ESLint not properly set with preset with --linter=eslint
See original GitHub issueCurrent Behavior
As described in #4272, the present for --linter=eslint
was not used for the preset angular
template. This has been fixed by @vsavkin in nx 11.0.8
. Unfortunately, this has not been fixed for the angular & nest
preset.
Steps to Reproduce
npx create-nx-workspace@latest
- select the
angular & nest
preset - wait
- check the created angular project
Environment
Nx 11.0.8 (latest)
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Configuration Files - ESLint - Pluggable JavaScript Linter
A pluggable and configurable linter tool for identifying and reporting on patterns in JavaScript. Maintain your code quality with ease.
Read more >Setting up efficient workflows with ESLint, Prettier and ...
In this article I would like to start very easily and go into more depth from topic to topic. In the first step...
Read more >@nrwl/linter:eslint | Nx
ESLint Lint Target. Options can be configured in project.json when defining the executor, or when invoking it. Read more about how to configure...
Read more >Prettier and eslint indents not working together - Stack Overflow
Turning off default Visual Studio Code parser and just leaving the eslint parser on save fixed it for me. Just ...
Read more >ESLint | WebStorm Documentation - JetBrains
Configure linting scope · Open the Settings/Preferences dialog ( Ctrl+Alt+S ), go to Languages & Frameworks | JavaScript | Code Quality Tools | ......
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
Fixed it here: https://github.com/nrwl/nx/commit/fba9b15895c644e8ae1cbdbb44f3f31fa1aa6feb
Thank you!
Have been just about to create the same issue, thanks @johannesschobel 🙇 The same applies to the
angular
preset as well 😢