Home > Blockchain >  How to manually update Angular to use eslint and remove tslint
How to manually update Angular to use eslint and remove tslint

Time:06-21

I had previously tried to convert from tslint to eslint, but I never got past the ng add @angular-eslint/schematics

As I was on an old Angular version (8), and I thought I would wait until I updated, and I am now just updated to the latest (14)

Now I Have updated, I am still unable to run the above. I get..

        $ ng add @angular-eslint/schematics
    Skipping installation: Package already installed
            
            All @angular-eslint dependencies have been successfully installed            
  • Related