Skip to content

Instantly share code, notes, and snippets.

@JeffryGonzalez
Created April 14, 2021 12:10
Show Gist options
  • Save JeffryGonzalez/d92244aa729cc15d83c439b6be16277a to your computer and use it in GitHub Desktop.
Save JeffryGonzalez/d92244aa729cc15d83c439b6be16277a to your computer and use it in GitHub Desktop.
Updating from TSLint to ESLint in Angular 11.2 and later

Updating from TSLint to ESLint in Angular 11.2+

The main instructions are here: Instructions. This document shows how to create a new Angular 11.2+ project using ESLint instead of TSLint (and Codelyzer), both of which have been deprecated by Angular and will be removed in some (soon) future version.

Some Notes About Upgrading a Project

  • Your Angular Project must at least version 11.2.0.
  • If it is not, run ng update
  • I reccommend removing the TSLint VSCode plugin, then restarting VSCode.
  • Follow the steps Here
  • Install ESLint VSCode Extension
  • You will have to enable the ESLint extension by opening a source code file
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment