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.

Migration to ESlint

See original GitHub issue

I have a nx workspace already configured with TSlint and I’ve migrated to nx 11 recently. How do I migrate to ESLint? angular-eslint instruct us to follow nx path in order to migrate properly. Which path would it be? I couldn’t find it anywhere.

Environment

  OS   : linux x64
  npm  : 6.13.4
  
  nx : Not Found
  @nrwl/angular : 11.0.4
  @nrwl/cli : 11.0.4
  @nrwl/cypress : 11.0.4
  @nrwl/devkit : 11.0.4
  @nrwl/eslint-plugin-nx : Not Found
  @nrwl/express : Not Found
  @nrwl/jest : 11.0.4
  @nrwl/linter : 11.0.4
  @nrwl/nest : Not Found
  @nrwl/next : Not Found
  @nrwl/node : Not Found
  @nrwl/react : Not Found
  @nrwl/schematics : Not Found
  @nrwl/tao : 11.0.4
  @nrwl/web : Not Found
  @nrwl/workspace : 11.0.4
  typescript : 4.0.5```

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:12
  • Comments:58 (9 by maintainers)

github_iconTop GitHub Comments

38reactions
JamesHenrycommented, Mar 1, 2021

Folks, just a little more patience on this please, the automated migration generator is almost complete, it’s my main focus on Nx work right now. Many thanks! 🙏

26reactions
JamesHenrycommented, Mar 5, 2021

The final PR for this is feature complete and available here: #4943

Read more comments on GitHub >

github_iconTop Results From Across the Web

Migrate from TSLint to ESLint - Visual Studio Code
ESLint : Run · Install the ESLint extension. · Create a task via the Tasks: Configure Task command and select npm: lint. ·...
Read more >
Migrating to v8.0.0 - ESLint - Pluggable JavaScript Linter
The new eslint.loadFormatter() method returns an adapter object that wraps the object of loaded packages, to ease the process of adding new features....
Read more >
Migrating from TSLint to ESLint - Ninja Squad
Migrating an Angular project · add an .eslint.json configuration file to your project with a set of rules that matches your tslint.json ...
Read more >
Migrate From TSLint to ESLint: A Brief Guide With No Snark
Migration Process and tools · The first step would be to convert the existing TSLint config to its corresponding ESLint config, for this...
Read more >
Migrating from TSLint to ESLint - Medium
The migration from TSLint to ESLint is welcome in being able to leverage more of what the larger JavaScript community has been developing....
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 Hashnode Post

No results found