I am using the below option to convert from TSLint to ESLint on Angular 11 and getting the below error
ng g @angular-eslint/schematics:convert-tslint-to-eslint --remove-tslint-if-no-more-tslint-targets
unknown option '--remove-tslint-if-no-more-tslint-targets'
I have researched for few hours and I couldn't fix it , anyone can help me on this?