question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Angular + Nest] ESLint not properly set with preset with --linter=eslint

See original GitHub issue

Current 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:closed
  • Created 3 years ago
  • Reactions:3
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

2reactions
vsavkincommented, Dec 17, 2020
1reaction
AmirAlOmaricommented, Dec 16, 2020

Have been just about to create the same issue, thanks @johannesschobel 🙇 The same applies to the angular preset as well 😢

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found