I am upgrading my Angular 10 application to Angular 13. I did well with other compatibilities of dependencies. The project is compiling and working fine. Now the time for TSLint I tried to update the lint with the below command.
ng add @angular-eslint/schematics
But getting the error message:
An unhandled exception occurred: NOT SUPPORTED: keyword "id", use "$id" for schema ID
