简体   繁体   中英

Tslint to Eslint migration - Error after convert-tslint-to-eslint command

I am migrating my project to ESLint from Tslint , i am following this guide to convert and i´m stuck on this error after do the command:

ng g @angular-eslint/schematics:convert-tslint-to-eslint  {{PROJECT_NAME}} --force

在此处输入图片说明

The error says:

Cannot find angular.json

How can i solve this? Should i wait to upgrade to angular 13 first? Thanks!

I just removed the "." in front of the name file and the command recognized the file.

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM